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