共用方式為


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 命名空間