Freigeben über


Server.IAlienRoot.SfcHelper_GetDataTable-Methode

Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt. Gets a DataTable object containing the results from a URN.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Private Function SfcHelper_GetDataTable ( _
    connection As Object, _
    urn As String, _
    fields As String(), _
    orderByFields As OrderBy() _
) As DataTable Implements IAlienRoot.SfcHelper_GetDataTable
'Usage
Dim instance As Server 
Dim connection As Object 
Dim urn As String 
Dim fields As String()
Dim orderByFields As OrderBy()
Dim returnValue As DataTable 

returnValue = CType(instance, IAlienRoot).SfcHelper_GetDataTable(connection, _
    urn, fields, orderByFields)
DataTable IAlienRoot.SfcHelper_GetDataTable(
    Object connection,
    string urn,
    string[] fields,
    OrderBy[] orderByFields
)
private:
virtual DataTable^ SfcHelper_GetDataTable(
    Object^ connection, 
    String^ urn, 
    array<String^>^ fields, 
    array<OrderBy^>^ orderByFields
) sealed = IAlienRoot::SfcHelper_GetDataTable
private abstract SfcHelper_GetDataTable : 
        connection:Object * 
        urn:string * 
        fields:string[] * 
        orderByFields:OrderBy[] -> DataTable  
private override SfcHelper_GetDataTable : 
        connection:Object * 
        urn:string * 
        fields:string[] * 
        orderByFields:OrderBy[] -> DataTable
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

  • connection
    Typ: System.Object
    A Object that specifies the connection to the instance of the Database Engine.

Rückgabewert

Typ: System.Data.DataTable
A DataTable object containing the results from the URN.

Implementiert

IAlienRoot.SfcHelper_GetDataTable(Object, String, array<String[], array<OrderBy[])

Siehe auch

Verweis

Server Klasse

Microsoft.SqlServer.Management.Smo-Namespace