Freigeben über


SimpleNodeAdapter.GetEnumerable-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Parameter

  • enumName
    Typ: System.String
    The enumerable name of the specified object.

Rückgabewert

Typ: System.Collections.IEnumerable
The named children enumerable of the specified object.

Siehe auch

Verweis

SimpleNodeAdapter Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace