Compartir a través de


SqlSmoObject.IAlienObject.Resolve Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Private Function Resolve ( _
    urnString As String _
) As Object Implements IAlienObject.Resolve
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

Valor devuelto

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

Implementa

IAlienObject.Resolve(String)

Vea también

Referencia

SqlSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo