IDTSPipeline90.PersistenceCustomPropertyCollection Property
指定された保存形式のカスタム プロパティのコレクションを取得します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)
構文
'宣言
<DispIdAttribute(115)> _
ReadOnly Property PersistenceCustomPropertyCollection ( _
<InAttribute> Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection90
[DispIdAttribute(115)]
IDTSCustomPropertyCollection90 PersistenceCustomPropertyCollection [
[InAttribute] DTSPersistenceFormat Format
] { get; }
[DispIdAttribute(115)]
property IDTSCustomPropertyCollection90^ PersistenceCustomPropertyCollection [DTSPersistenceFormat] {
IDTSCustomPropertyCollection90^ get ([InAttribute] DTSPersistenceFormat Format);
}
/** @property */
/** @attribute DispIdAttribute(115) */
IDTSCustomPropertyCollection90 get_PersistenceCustomPropertyCollection (/** @attribute InAttribute() */ DTSPersistenceFormat Format)
パラメータ
- Format
保存形式です。
プロパティ値
指定された保存形式のカスタム プロパティのコレクションを含む IDTSCustomPropertyCollection90 です。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDTSPipeline90 Interface
IDTSPipeline90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace