SqlSmoObject.IAlienObject.Resolve 方法

Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object.

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

语法

声明
Private Function Resolve ( _
    urnString As String _
) As Object Implements IAlienObject.Resolve
用法
Dim instance As SqlSmoObject 
Dim urnString As String 
Dim returnValue As Object 

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

参数

返回值

类型:System.Object
An Object representing the instance that contains the information about the object from the URN of the object.

实现

IAlienObject.Resolve(String)

请参阅

参考

SqlSmoObject 类

Microsoft.SqlServer.Management.Smo 命名空间