Share via


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 命名空间