HostSetOutputColumnDataTypeProperties-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostSetOutputColumnDataTypeProperties ( _
wrapper As IDTSManagedComponentWrapper100, _
iOutputID As Integer, _
iOutputColumnID As Integer, _
eDataType As DataType, _
iLength As Integer, _
iPrecision As Integer, _
iScale As Integer, _
iCodePage As Integer _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim iOutputID As Integer
Dim iOutputColumnID As Integer
Dim eDataType As DataType
Dim iLength As Integer
Dim iPrecision As Integer
Dim iScale As Integer
Dim iCodePage As Integer
instance.HostSetOutputColumnDataTypeProperties(wrapper, _
iOutputID, iOutputColumnID, eDataType, _
iLength, iPrecision, iScale, iCodePage)
public void HostSetOutputColumnDataTypeProperties(
IDTSManagedComponentWrapper100 wrapper,
int iOutputID,
int iOutputColumnID,
DataType eDataType,
int iLength,
int iPrecision,
int iScale,
int iCodePage
)
public:
virtual void HostSetOutputColumnDataTypeProperties(
IDTSManagedComponentWrapper100^ wrapper,
int iOutputID,
int iOutputColumnID,
DataType eDataType,
int iLength,
int iPrecision,
int iScale,
int iCodePage
) sealed
abstract HostSetOutputColumnDataTypeProperties :
wrapper:IDTSManagedComponentWrapper100 *
iOutputID:int *
iOutputColumnID:int *
eDataType:DataType *
iLength:int *
iPrecision:int *
iScale:int *
iCodePage:int -> unit
override HostSetOutputColumnDataTypeProperties :
wrapper:IDTSManagedComponentWrapper100 *
iOutputID:int *
iOutputColumnID:int *
eDataType:DataType *
iLength:int *
iPrecision:int *
iScale:int *
iCodePage:int -> unit
public final function HostSetOutputColumnDataTypeProperties(
wrapper : IDTSManagedComponentWrapper100,
iOutputID : int,
iOutputColumnID : int,
eDataType : DataType,
iLength : int,
iPrecision : int,
iScale : int,
iCodePage : int
)
Parameter
- iOutputID
Typ: System. . :: . .Int32
- iOutputColumnID
Typ: System. . :: . .Int32
- eDataType
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DataType
- iLength
Typ: System. . :: . .Int32
- iPrecision
Typ: System. . :: . .Int32
- iScale
Typ: System. . :: . .Int32
- iCodePage
Typ: System. . :: . .Int32