IDTSManagedComponentWrapper100.WrapperSetExternalMetadataColumnProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.