IDTSInputColumn90.UsageType Property
コンポーネントによる IDTSInputColumn90 オブジェクトの使用方法を決定する値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)
構文
'宣言
<DispIdAttribute(105)> _
Property UsageType As DTSUsageType
[DispIdAttribute(105)]
DTSUsageType UsageType { get; set; }
[DispIdAttribute(105)]
property DTSUsageType UsageType {
DTSUsageType get ();
void set ([InAttribute] DTSUsageType peUsageType);
}
/** @property */
/** @attribute DispIdAttribute(105) */
DTSUsageType get_UsageType ()
/** @property */
/** @attribute DispIdAttribute(105) */
void set_UsageType (/** @attribute InAttribute() */ DTSUsageType peUsageType)
DispIdAttribute(105)
function get UsageType () : DTSUsageType
DispIdAttribute(105)
function set UsageType (peUsageType : DTSUsageType)
プロパティ値
DTSUsageType 列挙から値を返します。
解説
UsageType プロパティが UT_READWRITE である場合、コンポーネントはパッケージの実行中に列のデータを変更できます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDTSInputColumn90 Interface
IDTSInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace