次の方法で共有


IDTSExtendedProperties100 インターフェイス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

IDTSExtendedProperty100 オブジェクトのコレクションを表します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")> _
Public Interface IDTSExtendedProperties100 _
    Inherits IEnumerable
'使用
Dim instance As IDTSExtendedProperties100
[GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")]
public interface IDTSExtendedProperties100 : IEnumerable
[GuidAttribute(L"8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")]
public interface class IDTSExtendedProperties100 : IEnumerable
[<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")>]
type IDTSExtendedProperties100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSExtendedProperties100 extends IEnumerable

IDTSExtendedProperties100 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count インフラストラクチャです。コレクションに含まれる要素の数を取得します。
パブリック プロパティ Item インフラストラクチャです。IDTSExtendedProperty100 オブジェクトをコレクションから取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add インフラストラクチャです。新しい空の IDTSExtendedProperty100 オブジェクトをコレクションの末尾に追加します。
パブリック メソッド GetEnumerator インフラストラクチャです。コレクションの反復処理で使用する列挙子を返します。
パブリック メソッド Remove インフラストラクチャです。IDTSExtendedProperty100 オブジェクトをコレクションから削除します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間