DtsPipelineComponentAttribute.HelpCollection 속성
Gets or sets the help collection from which to retrieve the help.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
Public Property HelpCollection As String
Get
Set
‘사용 방법
Dim instance As DtsPipelineComponentAttribute
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.