Server.IAlienRoot.SfcHelper_GetSmoObjectQuery 메서드
정보를 제공하기 위해서만 확인됩니다. 지원되지 않습니다. 향후 호환성은 보장되지 않습니다. Gets a List of String values.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Private Function SfcHelper_GetSmoObjectQuery ( _
urn As String, _
fields As String(), _
orderByFields As OrderBy() _
) As List(Of String) Implements IAlienRoot.SfcHelper_GetSmoObjectQuery
‘사용 방법
Dim instance As Server
Dim urn As String
Dim fields As String()
Dim orderByFields As OrderBy()
Dim returnValue As List(Of String)
returnValue = CType(instance, IAlienRoot).SfcHelper_GetSmoObjectQuery(urn, _
fields, orderByFields)
List<string> IAlienRoot.SfcHelper_GetSmoObjectQuery(
string urn,
string[] fields,
OrderBy[] orderByFields
)
private:
virtual List<String^>^ SfcHelper_GetSmoObjectQuery(
String^ urn,
array<String^>^ fields,
array<OrderBy^>^ orderByFields
) sealed = IAlienRoot::SfcHelper_GetSmoObjectQuery
private abstract SfcHelper_GetSmoObjectQuery :
urn:string *
fields:string[] *
orderByFields:OrderBy[] -> List<string>
private override SfcHelper_GetSmoObjectQuery :
urn:string *
fields:string[] *
orderByFields:OrderBy[] -> List<string>
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- 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.Collections.Generic.List<String>
List of String values.
구현
IAlienRoot.SfcHelper_GetSmoObjectQuery(String, array<String[], array<OrderBy[])