Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overridable Function GetEnumerable ( _
reference As Object, _
enumName As String _
) As IEnumerable
'Usage
Dim instance As SimpleNodeAdapter
Dim reference As Object
Dim enumName As String
Dim returnValue As IEnumerable
returnValue = instance.GetEnumerable(reference, _
enumName)
public virtual IEnumerable GetEnumerable(
Object reference,
string enumName
)
public:
virtual IEnumerable^ GetEnumerable(
Object^ reference,
String^ enumName
)
abstract GetEnumerable :
reference:Object *
enumName:string -> IEnumerable
override GetEnumerable :
reference:Object *
enumName:string -> IEnumerable
public function GetEnumerable(
reference : Object,
enumName : String
) : IEnumerable
Parameters
- reference
Type: System.Object
The reference of the provider.
- enumName
Type: System.String
The enumerable name of the specified object.
Return Value
Type: System.Collections.IEnumerable
The named children enumerable of the specified object.