Lingua

IDTSManagedComponentWrapper100.WrapperSetExternalMetadataColumnProperty Metodo

Definizione

Imposta la proprietà della colonna di metadati esterni del 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

Parametri

lID
Int32

Identificatore.

lExternalMetadataColumnID
Int32

L'identificatore di colonna dei metadati esterni.

bstrPropertyName
String

Nome della proprietà.

vtValue
Object

Il valore.

Valori restituiti

La proprietà della colonna dei metadati esterni del wrapper.

Si applica a