ISfcConnection.ToEnumeratorObject Method

Indicates the specified object from the enumeration. Do not reference this member directly in your code. It supports the SQL Server infrastructure. 

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Function ToEnumeratorObject As Object
'Usage
Dim instance As ISfcConnection 
Dim returnValue As Object 

returnValue = instance.ToEnumeratorObject()
Object ToEnumeratorObject()
Object^ ToEnumeratorObject()
abstract ToEnumeratorObject : unit -> Object
function ToEnumeratorObject() : Object

Return Value

Type: Object
A Object from the enumeration.

See Also

Reference

ISfcConnection Interface

Microsoft.SqlServer.Management.Common Namespace