DtsTaskAttribute.HelpCollection 屬性

Gets or sets the help collection from which to retrieve the help.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Property HelpCollection As String 
    Get 
    Set
'用途
Dim instance As DtsTaskAttribute 
Dim value As String 

value = instance.HelpCollection

instance.HelpCollection = value
public string HelpCollection { get; set; }
public:
property String^ HelpCollection {
    String^ get ();
    void set (String^ value);
}
member HelpCollection : string with get, set
function get HelpCollection () : String 
function set HelpCollection (value : String)

屬性值

型別:System.String
The help collection.

請參閱

參考

DtsTaskAttribute 類別

Microsoft.SqlServer.Dts.Runtime 命名空間