SfcDictionaryCollection<T, K, ParentT>.GetEnumerator メソッド

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

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

構文

'宣言
Public Overrides Function GetEnumerator As IEnumerator(Of T)
'使用
Dim instance As SfcDictionaryCollection 
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator()
public override IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() override
abstract GetEnumerator : unit -> IEnumerator<'T> 
override GetEnumerator : unit -> IEnumerator<'T> 
public override function GetEnumerator() : IEnumerator<T>

戻り値

型: System.Collections.Generic.IEnumerator<T>
コレクションの IEnumerator オブジェクトです。

実装

IEnumerable<T>.GetEnumerator()

関連項目

参照

SfcDictionaryCollection<T, K, ParentT> クラス

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