Campo bstrObjectType
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public bstrObjectType As String
'Uso
Dim instance As DTS_MANAGED_INFO
Dim value As String
value = instance.bstrObjectType
instance.bstrObjectType = value
public string bstrObjectType
public:
String^ bstrObjectType
val mutable bstrObjectType: string
public var bstrObjectType : String
Consulte também