Server.. Method

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

Syntax

'Declaration
Private Function SfcHelper_GetSmoObjectQuery ( _
    urn As String, _
    fields As String(), _
    orderByFields As OrderBy() _
) As List(Of String) Implements IAlienRoot.SfcHelper_GetSmoObjectQuery
'Usage
Dim instance As Server
Dim urn As String
Dim fields As String()
Dim orderByFields As OrderBy()
Dim returnValue As List(Of String)

returnValue = CType(instance, IAlienRoot).SfcHelper_GetSmoObjectQuery(urn, _
    fields, orderByFields)
List<string> IAlienRoot.SfcHelper_GetSmoObjectQuery(
    string urn,
    string[] fields,
    OrderBy[] orderByFields
)
private:
virtual List<String^>^ SfcHelper_GetSmoObjectQuery(
    String^ urn, 
    array<String^>^ fields, 
    array<OrderBy^>^ orderByFields
) sealed = IAlienRoot::SfcHelper_GetSmoObjectQuery
private abstract SfcHelper_GetSmoObjectQuery : 
        urn:string * 
        fields:string[] * 
        orderByFields:OrderBy[] -> List<string> 
private override SfcHelper_GetSmoObjectQuery : 
        urn:string * 
        fields:string[] * 
        orderByFields:OrderBy[] -> List<string> 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • orderByFields
    Type: array<OrderBy[]

Implements

IAlienRootSfcHelper_GetSmoObjectQuery(String, array<String[], array<OrderBy[])