ServerConnection.ISfcConnection.ToEnumeratorObject 메서드

Renders an enumerator object for the server connection.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Private Function ToEnumeratorObject As Object 
    Implements ISfcConnection.ToEnumeratorObject
‘사용 방법
Dim instance As ServerConnection 
Dim returnValue As Object 

returnValue = CType(instance, ISfcConnection).ToEnumeratorObject()
Object ISfcConnection.ToEnumeratorObject()
private:
virtual Object^ ToEnumeratorObject() sealed = ISfcConnection::ToEnumeratorObject
private abstract ToEnumeratorObject : unit -> Object  
private override ToEnumeratorObject : unit -> Object
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

반환 값

유형: System.Object
The specified enumerator object.

구현

ISfcConnection.ToEnumeratorObject()

참고 항목

참조

ServerConnection 클래스

Microsoft.SqlServer.Management.Common 네임스페이스