IDTSManagedComponentHost130.HostSetOutputColumnDataTypeProperties 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.
public:
void HostSetOutputColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2016::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputID, int lOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
public void HostSetOutputColumnDataTypeProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2016.IDTSManagedComponentWrapper100 pWrapper, int lOutputID, int lOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
abstract member HostSetOutputColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2016.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DataType * int * int * int * int -> unit
Public Sub HostSetOutputColumnDataTypeProperties (pWrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnID As Integer, eDataType As DataType, lLength As Integer, lPrecision As Integer, lScale As Integer, lCodePage As Integer)
Parametri
- pWrapper
- IDTSManagedComponentWrapper100
- lOutputID
- Int32
- lOutputColumnID
- Int32
- eDataType
- DataType
- lLength
- Int32
- lPrecision
- Int32
- lScale
- Int32
- lCodePage
- Int32