Server.IAlienRoot.SfcHelper_GetSmoObject 方法

标识为仅供参考。不提供支持。不保证以后的兼容性。 Gets the Object that represents the object identified by a specified URN.

命名空间:  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
A Object that represents the object identified by a specified URN.

实现

IAlienRoot.SfcHelper_GetSmoObject(String)

请参阅

参考

Server 类

Microsoft.SqlServer.Management.Smo 命名空间