IAlienRoot.SfcHelper_GetSmoObjectQuery(String, String[], OrderBy[]) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- queryString
- String
- fields
- String[]
- orderByFields
- OrderBy[]