Server.IAlienRoot.SfcHelper_GetDataTable 方法
标识为仅供参考。不提供支持。不保证以后的兼容性。 Gets a DataTable object containing the results from a URN.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Private Function SfcHelper_GetDataTable ( _
connection As Object, _
urn As String, _
fields As String(), _
orderByFields As OrderBy() _
) As DataTable Implements IAlienRoot.SfcHelper_GetDataTable
用法
Dim instance As Server
Dim connection As Object
Dim urn As String
Dim fields As String()
Dim orderByFields As OrderBy()
Dim returnValue As DataTable
returnValue = CType(instance, IAlienRoot).SfcHelper_GetDataTable(connection, _
urn, fields, orderByFields)
DataTable IAlienRoot.SfcHelper_GetDataTable(
Object connection,
string urn,
string[] fields,
OrderBy[] orderByFields
)
private:
virtual DataTable^ SfcHelper_GetDataTable(
Object^ connection,
String^ urn,
array<String^>^ fields,
array<OrderBy^>^ orderByFields
) sealed = IAlienRoot::SfcHelper_GetDataTable
private abstract SfcHelper_GetDataTable :
connection:Object *
urn:string *
fields:string[] *
orderByFields:OrderBy[] -> DataTable
private override SfcHelper_GetDataTable :
connection:Object *
urn:string *
fields:string[] *
orderByFields:OrderBy[] -> DataTable
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- connection
类型:System.Object
A Object that specifies the connection to the instance of the Database Engine.
- urn
类型:System.String
A String value that specifies the URN.
- fields
类型:array<System.String[]
An array of String values.
- orderByFields
类型:array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
An array of OrderBy objects.
返回值
类型:System.Data.DataTable
A DataTable object containing the results from the URN.
实现
IAlienRoot.SfcHelper_GetDataTable(Object, String, array<String[], array<OrderBy[])