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.