このメソッドは、SQL Server 2005 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.TxScript (microsoft.sqlserver.txscript.dll 内)
構文
'宣言
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 _
)
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
public void SetOutputColumnDataTypeProperties (
int outputID,
int outputColumnID,
DataType dataType,
int length,
int precision,
int scale,
int codePage
)
public override function SetOutputColumnDataTypeProperties (
outputID : int,
outputColumnID : int,
dataType : DataType,
length : int,
precision : int,
scale : int,
codePage : int
)
パラメータ
- outputID
- outputColumnID
- dataType
- length
- precision
- scale
- codePage
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ScriptComponentHost Class
ScriptComponentHost Members
Microsoft.SqlServer.Dts.Pipeline Namespace