Partager via


IDTSManagedComponentWrapper100.WrapperSetExternalMetadataColumnProperty Méthode

Définition

Définit la propriété de la colonne de métadonnées externes pour le wrapper.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ WrapperSetExternalMetadataColumnProperty(int lID, int lExternalMetadataColumnID, System::String ^ bstrPropertyName, System::Object ^ vtValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 WrapperSetExternalMetadataColumnProperty (int lID, int lExternalMetadataColumnID, string bstrPropertyName, object vtValue);
abstract member WrapperSetExternalMetadataColumnProperty : int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function WrapperSetExternalMetadataColumnProperty (lID As Integer, lExternalMetadataColumnID As Integer, bstrPropertyName As String, vtValue As Object) As IDTSCustomProperty100

Paramètres

lID
Int32

L'identificateur.

lExternalMetadataColumnID
Int32

Identificateur de la colonne de métadonnées externes.

bstrPropertyName
String

Nom de la propriété.

vtValue
Object

La valeur.

Retours

Propriété de la colonne de métadonnées externes pour le wrapper.

S’applique à