Linguaggio

CManagedComponentWrapperClass.SetOutputProperty(Int32, String, Object) Metodo

Definizione

Chiama questo metodo per impostare il IDTSCustomProperty100 di un IDTSOutput100 oggetto della componente.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputProperty(int lOutputID, System::String ^ PropertyName, System::Object ^ vValue) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::SetOutputProperty;
[System.Runtime.InteropServices.DispId(19)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetOutputProperty(int lOutputID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SetOutputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetOutputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetOutputProperty (lOutputID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100

Parametri

lOutputID
Int32

L'ID dell'oggetto IDTSOutput100 la cui proprietà è impostata.

PropertyName
String

Il nome dell'oggetto IDTSCustomProperty100 il cui valore è stabilito.

vValue
Object

Il valore assegnato all'oggetto IDTSCustomProperty100 .

Valori restituiti

L'oggetto IDTSCustomProperty100 il cui valore è fissato.

Implementazioni

Attributi

Commenti

Chiama questo metodo per assegnare un valore al IDTSCustomProperty100 di un IDTSOutput100 oggetto.

Si applica a