Linguaggio

ManagedComponentHost.HostSetComponentProperty Metodo

Definizione

Imposta la proprietà del componente host.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetComponentProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, System::String ^ propertyName, System::Object ^ propertyValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetComponentProperty(Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, string propertyName, object propertyValue);
abstract member HostSetComponentProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetComponentProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetComponentProperty (wrapper As IDTSManagedComponentWrapper100, propertyName As String, propertyValue As Object) As IDTSCustomProperty100

Parametri

wrapper
IDTSManagedComponentWrapper100

Il contenitore dei componenti.

propertyName
String

Nome della proprietà.

propertyValue
Object

Valore della proprietà.

Valori restituiti

La proprietà del componente ospite.

Implementazioni

Si applica a