Méthode IAlienRoot.SfcHelper_GetSmoObjectQuery
Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. Obtient un List de valeurs String.
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
- urn
Type : System. . :: . .String
Valeur String qui spécifie l'URN.
- fields
Type : array<System. . :: . .String> [] () [] []
Tableau de valeurs String.
- orderByFields
Type : array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .OrderBy> [] () [] []
Tableau d'objets OrderBy.
Valeur de retour
Type : System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
List de valeurs String.