SfcDictionaryCollection<T, K, ParentT>.GetEnumerator 方法
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets an enumeration of the collection.
命名空間: 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>
A IEnumerator object for the collection.
實作
IEnumerable<T>.GetEnumerator()