IAlienRoot.SfcHelper_GetSmoObjectQuery Method

Processes the specified query string and returns a list of SMO URN. 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
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>

Parameters

  • fields
    Type: array<System.String[]
    The field names to retrieve.

Return Value

Type: System.Collections.Generic.List<String>
A T:System.Collections.Generic.List`1 object that contains the SMO URNs.

See Also

Reference

IAlienRoot Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace