WrapperSetExternalMetadataColumnProperty méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Function WrapperSetExternalMetadataColumnProperty ( _
lID As Integer, _
lExternalMetadataColumnID As Integer, _
bstrPropertyName As String, _
vtValue As Object _
) As IDTSCustomProperty100
'Utilisation
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
Paramètres
- lID
Type : System. . :: . .Int32
- lExternalMetadataColumnID
Type : System. . :: . .Int32
- bstrPropertyName
Type : System. . :: . .String
- vtValue
Type : System. . :: . .Object
Valeur de retour
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomProperty100