Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- urnString
Tipo: System.String
The URN string.
Valor devuelto
Tipo: System.Object
An Object representing the instance that contains the information about the object from the URN of the object.