Condividi tramite


ManagedComponentHost.HostSetExternalMetadataColumnProperty Metodo

Definizione

Imposta la proprietà della colonna di metadati esterna dell'host.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetExternalMetadataColumnProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iID, int iExternalMetadataColumnID, System::String ^ strPropertyName, System::Object ^ oValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetExternalMetadataColumnProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iID, int iExternalMetadataColumnID, string strPropertyName, object oValue);
abstract member HostSetExternalMetadataColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetExternalMetadataColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetExternalMetadataColumnProperty (wrapper As IDTSManagedComponentWrapper100, iID As Integer, iExternalMetadataColumnID As Integer, strPropertyName As String, oValue As Object) As IDTSCustomProperty100

Parametri

wrapper
IDTSManagedComponentWrapper100

Wrapper del componente.

iID
Int32

Identificatore.

iExternalMetadataColumnID
Int32

Identificatore della colonna di metadati esterna.

strPropertyName
String

Nome della proprietà.

oValue
Object

Valore.

Restituisce

Proprietà della colonna di metadati esterna.

Implementazioni

Si applica a