ManagedComponentHost.HostSetOutputColumnProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta la proprietà della colonna di output dell'host.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetOutputColumnProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int outputID, int outputColumnID, System::String ^ propertyName, System::Object ^ propertyValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetOutputColumnProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int outputID, int outputColumnID, string propertyName, object propertyValue);
abstract member HostSetOutputColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetOutputColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetOutputColumnProperty (wrapper As IDTSManagedComponentWrapper100, outputID As Integer, outputColumnID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100
Parametri
- wrapper
- IDTSManagedComponentWrapper100
Wrapper del componente.
- outputID
- Int32
Identificatore di output.
- outputColumnID
- Int32
Identificatore della colonna di output.
- propertyName
- String
Nome della proprietà.
- propertyValue
- Object
Valore della proprietà.
Restituisce
Proprietà della colonna di output dell'host.