IDTSComponentMetaData90.Description Property
コンポーネントの説明を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)
構文
'宣言
<DispIdAttribute(12)> _
Property Description As String
[DispIdAttribute(12)]
string Description { get; set; }
[DispIdAttribute(12)]
property String^ Description {
String^ get ();
void set ([InAttribute] String^ pbstrDescription);
}
/** @property */
/** @attribute DispIdAttribute(12) */
String get_Description ()
/** @property */
/** @attribute DispIdAttribute(12) */
void set_Description (/** @attribute InAttribute() */ String pbstrDescription)
DispIdAttribute(12)
function get Description () : String
DispIdAttribute(12)
function set Description (pbstrDescription : String)
プロパティ値
コンポーネントの説明を表す String です。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDTSComponentMetaData90 Interface
IDTSComponentMetaData90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace