IAlienRoot.SfcHelper_GetSmoObjectQuery 方法

标识为仅供参考。不提供支持。不保证以后的兼容性。 获取由 String 值构成的 List。

命名空间:  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 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
String 值构成的 List。

实现

IAlienRoot. . :: . .SfcHelper_GetSmoObjectQuery(String, array<String> [] () [] [], array<OrderBy> [] () [] [])