SetOutputColumnDataTypeProperties méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Ce membre se substitue à PipelineComponent. . :: . .SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32).
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.TxScript (dans Microsoft.SqlServer.TxScript.dll)
Syntaxe
'Déclaration
Public Overrides Sub SetOutputColumnDataTypeProperties ( _
outputID As Integer, _
outputColumnID As Integer, _
dataType As DataType, _
length As Integer, _
precision As Integer, _
scale As Integer, _
codePage As Integer _
)
'Utilisation
Dim instance As ScriptComponentHost
Dim outputID As Integer
Dim outputColumnID As Integer
Dim dataType As DataType
Dim length As Integer
Dim precision As Integer
Dim scale As Integer
Dim codePage As Integer
instance.SetOutputColumnDataTypeProperties(outputID, _
outputColumnID, dataType, length, _
precision, scale, codePage)
public override void SetOutputColumnDataTypeProperties(
int outputID,
int outputColumnID,
DataType dataType,
int length,
int precision,
int scale,
int codePage
)
public:
virtual void SetOutputColumnDataTypeProperties(
int outputID,
int outputColumnID,
DataType dataType,
int length,
int precision,
int scale,
int codePage
) override
abstract SetOutputColumnDataTypeProperties :
outputID:int *
outputColumnID:int *
dataType:DataType *
length:int *
precision:int *
scale:int *
codePage:int -> unit
override SetOutputColumnDataTypeProperties :
outputID:int *
outputColumnID:int *
dataType:DataType *
length:int *
precision:int *
scale:int *
codePage:int -> unit
public override function SetOutputColumnDataTypeProperties(
outputID : int,
outputColumnID : int,
dataType : DataType,
length : int,
precision : int,
scale : int,
codePage : int
)
Paramètres
- outputID
Type : System. . :: . .Int32
- outputColumnID
Type : System. . :: . .Int32
- dataType
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DataType
- length
Type : System. . :: . .Int32
- precision
Type : System. . :: . .Int32
- scale
Type : System. . :: . .Int32
- codePage
Type : System. . :: . .Int32