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