Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Private Function Resolve ( _
urnString As String _
) As Object Implements IAlienObject.Resolve
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Paramètres
- urnString
Type : System.String
The URN string.
Valeur de retour
Type : System.Object
An Object representing the instance that contains the information about the object from the URN of the object.