DtsPipelineComponentAttribute.HelpKeyword 속성

Gets or sets the help keyword associated with the component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Public Property HelpKeyword As String 
    Get 
    Set
‘사용 방법
Dim instance As DtsPipelineComponentAttribute 
Dim value As String 

value = instance.HelpKeyword

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

속성 값

유형: System.String
The help keyword.

참고 항목

참조

DtsPipelineComponentAttribute 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스