SfcDomainInfoCollection クラス

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

継承階層

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<SfcDomainInfo>
    Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfoCollection

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Class SfcDomainInfoCollection _
    Inherits ReadOnlyCollection(Of SfcDomainInfo)
'使用
Dim instance As SfcDomainInfoCollection
public class SfcDomainInfoCollection : ReadOnlyCollection<SfcDomainInfo>
public ref class SfcDomainInfoCollection : public ReadOnlyCollection<SfcDomainInfo^>
type SfcDomainInfoCollection =  
    class 
        inherit ReadOnlyCollection<SfcDomainInfo>
    end
public class SfcDomainInfoCollection extends ReadOnlyCollection<SfcDomainInfo>

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

コンストラクター

  名前 説明
パブリック メソッド SfcDomainInfoCollection 指定された一覧を使用して、SfcDomainInfoCollection クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Count (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
パブリック プロパティ Item[Int32] (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
パブリック プロパティ Item[String] このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
プロテクト プロパティ Items (ReadOnlyCollection<SfcDomainInfo> から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Contains(String) このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
パブリック メソッド Contains(T) (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
パブリック メソッド CopyTo (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetDomainForNamespaceQualifier このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
パブリック メソッド GetEnumerator (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICollection<T>.Add (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Add (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド ICollection<T>.Clear (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Clear (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Contains (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.IndexOf (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList<T>.Insert (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Insert (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.IsFixedSize (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection<T>.IsReadOnly (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.IsReadOnly (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection.IsSynchronized (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList<T>.Item (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.Item (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド ICollection<T>.Remove (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Remove (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList<T>.RemoveAt (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.RemoveAt (ReadOnlyCollection<SfcDomainInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection.SyncRoot (ReadOnlyCollection<SfcDomainInfo> から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間