Server.IAlienRoot.SfcHelper_GetSmoObjectQuery Method (String, String[], OrderBy )

 

Applies To: SQL Server 2016 Preview

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets a T:System.Collections.Generic.List of String values.

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

Syntax

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>
Private Function SfcHelper_GetSmoObjectQuery (
    urn As String,
    fields As String(),
    orderByFields As OrderBy()
) As List(Of String)
    Implements IAlienRoot.SfcHelper_GetSmoObjectQuery

Parameters

Return Value

Type: System.Collections.Generic.List<String>

T:System.Collections.Generic.List of String values.

Implements

IAlienRoot.SfcHelper_GetSmoObjectQuery(String, String[], OrderBy[])

See Also

Server Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top