ISfcConnection.ToEnumeratorObject 메서드
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo
구문
‘선언
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는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.