Metodo IDTSManagedComponentWrapper100.WrapperSetExternalMetadataColumnProperty
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the external metadata column property of the wrapper.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Function WrapperSetExternalMetadataColumnProperty ( _
lID As Integer, _
lExternalMetadataColumnID As Integer, _
bstrPropertyName As String, _
vtValue As Object _
) As IDTSCustomProperty100
'Utilizzo
Dim instance As IDTSManagedComponentWrapper100
Dim lID As Integer
Dim lExternalMetadataColumnID As Integer
Dim bstrPropertyName As String
Dim vtValue As Object
Dim returnValue As IDTSCustomProperty100
returnValue = instance.WrapperSetExternalMetadataColumnProperty(lID, _
lExternalMetadataColumnID, bstrPropertyName, _
vtValue)
IDTSCustomProperty100 WrapperSetExternalMetadataColumnProperty(
int lID,
int lExternalMetadataColumnID,
string bstrPropertyName,
Object vtValue
)
IDTSCustomProperty100^ WrapperSetExternalMetadataColumnProperty(
[InAttribute] int lID,
[InAttribute] int lExternalMetadataColumnID,
[InAttribute] String^ bstrPropertyName,
[InAttribute] Object^ vtValue
)
abstract WrapperSetExternalMetadataColumnProperty :
lID:int *
lExternalMetadataColumnID:int *
bstrPropertyName:string *
vtValue:Object -> IDTSCustomProperty100
function WrapperSetExternalMetadataColumnProperty(
lID : int,
lExternalMetadataColumnID : int,
bstrPropertyName : String,
vtValue : Object
) : IDTSCustomProperty100
Parametri
- lID
Tipo: System.Int32
The identifier.
- lExternalMetadataColumnID
Tipo: System.Int32
The external metadata column identifier.
- bstrPropertyName
Tipo: System.String
The property name.
- vtValue
Tipo: System.Object
The value.
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The external metadata column property of the wrapper.