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[])