共用方式為


ProtocolPropertyCollection.GetEnumerator 方法

Returns an IEnumerator interface that allows you to iterate through the objects in the collection.

命名空間:  Microsoft.SqlServer.Management.Smo.Wmi
組件:  Microsoft.SqlServer.SqlWmiManagement (在 Microsoft.SqlServer.SqlWmiManagement.dll 中)

語法

'宣告
Public Function GetEnumerator As IEnumerator
'用途
Dim instance As ProtocolPropertyCollection 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator  
override GetEnumerator : unit -> IEnumerator
public final function GetEnumerator() : IEnumerator

傳回值

型別:System.Collections.IEnumerator
An IEnumerator system interface for the referenced collection object.

實作

IEnumerable.GetEnumerator()

範例

使用集合

請參閱

參考

ProtocolPropertyCollection 類別

Microsoft.SqlServer.Management.Smo.Wmi 命名空間