IAlienRoot.SfcHelper_GetSmoObjectQuery(String, String[], OrderBy[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- queryString
- String
- fields
- String[]
- orderByFields
- OrderBy[]