Lingua

Server.IAlienRoot.SfcHelper_GetSmoObjectQuery Metodo

Definizione

Helper per SFC. Le interfacce di query e iteratore/enumeratore devono essere il livello astratto, ma per il momento si verifica che la memorizzazione nella cache tramite InitChildLevel venga eseguita mentre viene comunque restituito l'elenco degli URN.

System.Collections.Generic.List<string> IAlienRoot.SfcHelper_GetSmoObjectQuery(string urn, string[] fields, Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] orderByFields);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.IAlienRoot.SfcHelper_GetSmoObjectQuery : string * string[] * Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] -> System.Collections.Generic.List<string>
override this.Microsoft.SqlServer.Management.Sdk.Sfc.IAlienRoot.SfcHelper_GetSmoObjectQuery : string * string[] * Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] -> System.Collections.Generic.List<string>
Function SfcHelper_GetSmoObjectQuery (urn As String, fields As String(), orderByFields As OrderBy()) As List(Of String) Implements IAlienRoot.SfcHelper_GetSmoObjectQuery

Parametri

urn
String
fields
String[]
orderByFields
OrderBy[]

Valori restituiti

Elenco di SMO Urns.

Implementazioni

Si applica a