Share via


ManagedComponentHost.HostSetOutputProperty Méthode

Définition

Définit la propriété de sortie de l'hôte.

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

Paramètres

wrapper
IDTSManagedComponentWrapper100

Wrapper de composant.

outputID
Int32

Identificateur de sortie.

propertyName
String

Nom de la propriété.

propertyValue
Object

Valeur de la propriété.

Retours

Propriété de sortie de l'hôte.

Implémente

S’applique à