MainPipeClass.PersistenceCustomPropertyCollection Property

データ フロー タスクのカスタム プロパティ コレクションの保存形式を取得します。

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

構文

'宣言
<DispIdAttribute(115)> _
Public Overridable ReadOnly Property PersistenceCustomPropertyCollection ( _
    <InAttribute> Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection90 Implements IDTSPipeline90.PersistenceCustomPropertyCollection
[DispIdAttribute(115)] 
public virtual IDTSCustomPropertyCollection90 IDTSPipeline90.PersistenceCustomPropertyCollection [
    [InAttribute] DTSPersistenceFormat Format
] { get; }
[DispIdAttribute(115)] 
public:
virtual property IDTSCustomPropertyCollection90^ PersistenceCustomPropertyCollection [DTSPersistenceFormat] {
    IDTSCustomPropertyCollection90^ get ([InAttribute] DTSPersistenceFormat Format) = IDTSPipeline90::PersistenceCustomPropertyCollection::get;
}
J# は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメータ

  • Format
    保存形式です。

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

MainPipeClass Class
MainPipeClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace