Share via


Méthode Server.IAlienRoot.SfcHelper_GetSmoObjectQuery

Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. Gets a List of String values.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Private Function SfcHelper_GetSmoObjectQuery ( _
    urn As String, _
    fields As String(), _
    orderByFields As OrderBy() _
) As List(Of String) Implements IAlienRoot.SfcHelper_GetSmoObjectQuery
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Valeur de retour

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

Implémente

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

Voir aussi

Référence

Server Classe

Espace de noms Microsoft.SqlServer.Management.Smo