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