IAlienRoot.SfcHelper_GetDataTable(Object, 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.Data.DataTable SfcHelper_GetDataTable (object connection, string urn, string[] fields, Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] orderByFields);
abstract member SfcHelper_GetDataTable : obj * string * string[] * Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] -> System.Data.DataTable
Public Function SfcHelper_GetDataTable (connection As Object, urn As String, fields As String(), orderByFields As OrderBy()) As DataTable
Parameters
- connection
- Object
- urn
- String
- fields
- String[]
- orderByFields
- OrderBy[]