Server.IAlienRoot.SfcHelper_GetSmoObjectQuery Method

Definition

Helper for SFC. Query and iterator/enumerator interfaces should be the level we abstract at, but for now we make sure caching via InitChildLevel is done while we still give back the list of Urns.

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

Parameters

urn
String
fields
String[]
orderByFields
OrderBy[]

Returns

The list of SMO Urns.

Implements

Applies to