Proprietà TaskInfo.HelpKeyword

Gets the help keyword for the task information.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HelpKeyword As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The help keyword.

Vedere anche

Riferimento

TaskInfo Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime