SqlSmoObject.IAlienObject.Resolve Method
Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private Function Resolve ( _
urnString As String _
) As Object Implements IAlienObject.Resolve
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- urnString
Type: System.String
The URN string.
Return Value
Type: System.Object
An Object representing the instance that contains the information about the object from the URN of the object.