Campo DTS_MANAGED_INFO.bstrShapeProgId
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Specifies the bstrShapeProgId information.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public bstrShapeProgId As String
'Uso
Dim instance As DTS_MANAGED_INFO
Dim value As String
value = instance.bstrShapeProgId
instance.bstrShapeProgId = value
public string bstrShapeProgId
public:
String^ bstrShapeProgId
val mutable bstrShapeProgId: string
public var bstrShapeProgId : String