ServerGroupCollection.GetEnumerator 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Function GetEnumerator As IEnumerator
‘사용 방법
Dim instance As ServerGroupCollection 
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()

컬렉션 사용

참고 항목

참조

ServerGroupCollection 클래스

Microsoft.SqlServer.Management.Smo.RegisteredServers 네임스페이스

관련 자료

컬렉션 사용