Metodo SqlSmoObject.IAlienObject.Resolve
Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Private Function Resolve ( _
urnString As String _
) As Object Implements IAlienObject.Resolve
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- urnString
Tipo: System.String
The URN string.
Valore restituito
Tipo: System.Object
An Object representing the instance that contains the information about the object from the URN of the object.