IAlienRoot.SfcHelper_GetSmoObjectQuery(String, String[], OrderBy[]) Method
Definition
public System.Collections.Generic.List<string> SfcHelper_GetSmoObjectQuery (string queryString, string[] fields, Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] orderByFields);
abstract member SfcHelper_GetSmoObjectQuery : string * string[] * Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] -> System.Collections.Generic.List<string>
Public Function SfcHelper_GetSmoObjectQuery (queryString As String, fields As String(), orderByFields As OrderBy()) As List(Of String)
Parameters
Returns
- List<String>
Applies to