Share via


SimpleNodeAdapter.GetEnumerable 메서드

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Overridable Function GetEnumerable ( _
    reference As Object, _
    enumName As String _
) As IEnumerable
‘사용 방법
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

매개 변수

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

반환 값

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

참고 항목

참조

SimpleNodeAdapter 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스