次の方法で共有


IDTSRuntimeComponent90.RequiredProductLevel Property

データ フロー コンポーネントに必要な SQL Server 2005 製品レベルを示す値を取得します。値の設定も可能です。

名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)

構文

'宣言
<DispIdAttribute(27)> _
ReadOnly Property RequiredProductLevel As DTSProductLevel
[DispIdAttribute(27)] 
DTSProductLevel RequiredProductLevel { get; }
[DispIdAttribute(27)] 
property DTSProductLevel RequiredProductLevel {
    DTSProductLevel get ();
}
/** @property */
/** @attribute DispIdAttribute(27) */ 
DTSProductLevel get_RequiredProductLevel ()
DispIdAttribute(27) 
function get RequiredProductLevel () : DTSProductLevel

プロパティ値

DTSProductLevel 値のいずれか 1 つです。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

IDTSRuntimeComponent90 Interface
IDTSRuntimeComponent90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace