HelpContextAttribute.HelpCollection 속성
Gets or sets a String containing the Help collection from which to retrieve the Help.
네임스페이스: Microsoft.SqlServer.Dts.Design
어셈블리: Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)
구문
‘선언
Public ReadOnly Property HelpCollection As String
Get
‘사용 방법
Dim instance As HelpContextAttribute
Dim value As String
value = instance.HelpCollection
public string HelpCollection { get; }
public:
property String^ HelpCollection {
String^ get ();
}
member HelpCollection : string
function get HelpCollection () : String
속성 값
유형: System.String
A String containing the Help collection from which to obtain the Help.