TaskInfo.HelpKeyword 속성
Gets the help keyword for the task information.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public ReadOnly Property HelpKeyword As String
Get
‘사용 방법
Dim instance As TaskInfo
Dim value As String
value = instance.HelpKeyword
public string HelpKeyword { get; }
public:
property String^ HelpKeyword {
String^ get ();
}
member HelpKeyword : string
function get HelpKeyword () : String
속성 값
유형: System.String
The help keyword.