Freigeben über


SfcHelper_GetSmoObjectQuery-Methode

Processes the specified query string and returns a list of SMO URN. 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
Function SfcHelper_GetSmoObjectQuery ( _
    queryString As String, _
    fields As String(), _
    orderByFields As OrderBy() _
) As List(Of String)
'Usage
Dim instance As IAlienRoot
Dim queryString As String
Dim fields As String()
Dim orderByFields As OrderBy()
Dim returnValue As List(Of String)

returnValue = instance.SfcHelper_GetSmoObjectQuery(queryString, _
    fields, orderByFields)
List<string> SfcHelper_GetSmoObjectQuery(
    string queryString,
    string[] fields,
    OrderBy[] orderByFields
)
List<String^>^ SfcHelper_GetSmoObjectQuery(
    String^ queryString, 
    array<String^>^ fields, 
    array<OrderBy^>^ orderByFields
)
abstract SfcHelper_GetSmoObjectQuery : 
        queryString:string * 
        fields:string[] * 
        orderByFields:OrderBy[] -> List<string> 
function SfcHelper_GetSmoObjectQuery(
    queryString : String, 
    fields : String[], 
    orderByFields : OrderBy[]
) : List<String>

Parameter

Rückgabewert

Typ: System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
A T:System.Collections.Generic.List`1 object that contains the SMO URNs.