Campo DTS_MANAGED_INFO.bstrHelpKeyword
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies the bstrHelpKeyword information.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public bstrHelpKeyword As String
'Uso
Dim instance As DTS_MANAGED_INFO
Dim value As String
value = instance.bstrHelpKeyword
instance.bstrHelpKeyword = value
public string bstrHelpKeyword
public:
String^ bstrHelpKeyword
val mutable bstrHelpKeyword: string
public var bstrHelpKeyword : String