Campo DTS_MANAGED_INFO.bstrHelpCollection
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the bstrHelpCollection information.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public bstrHelpCollection As String
'Utilizzo
Dim instance As DTS_MANAGED_INFO
Dim value As String
value = instance.bstrHelpCollection
instance.bstrHelpCollection = value
public string bstrHelpCollection
public:
String^ bstrHelpCollection
val mutable bstrHelpCollection: string
public var bstrHelpCollection : String