Método SetExternalMetadataColumnProperty
Sets an individual property of an external metadata column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Function SetExternalMetadataColumnProperty ( _
lID As Integer, _
lExternalMetadataColumnID As Integer, _
bstrPropertyName As String, _
vtValue As Object _
) As IDTSCustomProperty100
'Uso
Dim instance As IDTSDesigntimeComponent100
Dim lID As Integer
Dim lExternalMetadataColumnID As Integer
Dim bstrPropertyName As String
Dim vtValue As Object
Dim returnValue As IDTSCustomProperty100
returnValue = instance.SetExternalMetadataColumnProperty(lID, _
lExternalMetadataColumnID, bstrPropertyName, _
vtValue)
IDTSCustomProperty100 SetExternalMetadataColumnProperty(
int lID,
int lExternalMetadataColumnID,
string bstrPropertyName,
Object vtValue
)
IDTSCustomProperty100^ SetExternalMetadataColumnProperty(
[InAttribute] int lID,
[InAttribute] int lExternalMetadataColumnID,
[InAttribute] String^ bstrPropertyName,
[InAttribute] Object^ vtValue
)
abstract SetExternalMetadataColumnProperty :
lID:int *
lExternalMetadataColumnID:int *
bstrPropertyName:string *
vtValue:Object -> IDTSCustomProperty100
function SetExternalMetadataColumnProperty(
lID : int,
lExternalMetadataColumnID : int,
bstrPropertyName : String,
vtValue : Object
) : IDTSCustomProperty100
Parâmetros
- lID
Tipo: System. . :: . .Int32
The ID of the IDTSInput100 or IDTSOutput100 with which the external metadata column is associated.
- lExternalMetadataColumnID
Tipo: System. . :: . .Int32
The ID of the external metadata column.
- bstrPropertyName
Tipo: System. . :: . .String
The name of the property whose value is being set.
- vtValue
Tipo: System. . :: . .Object
The value to assign to the property.
Valor de retorno
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomProperty100
An IDTSCustomProperty100 that contains the modified property value.
Consulte também