. 方法

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Private Function SfcHelper_GetSmoObject ( _
    urn As String _
) As Object Implements IAlienRoot.SfcHelper_GetSmoObject
用法
Dim instance As Server
Dim urn As String
Dim returnValue As Object

returnValue = CType(instance, IAlienRoot).SfcHelper_GetSmoObject(urn)
Object IAlienRoot.SfcHelper_GetSmoObject(
    string urn
)
private:
virtual Object^ SfcHelper_GetSmoObject(
    String^ urn
) sealed = IAlienRoot::SfcHelper_GetSmoObject
private abstract SfcHelper_GetSmoObject : 
        urn:string -> Object 
private override SfcHelper_GetSmoObject : 
        urn:string -> Object 
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:System. . :: . .Object

实现

IAlienRootSfcHelper_GetSmoObject(String)