Метод SqlSmoObject.IAlienObject.Resolve
Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Private Function Resolve ( _
urnString As String _
) As Object Implements IAlienObject.Resolve
'Применение
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 поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- urnString
Тип: System.String
The URN string.
Возвращаемое значение
Тип: System.Object
An Object representing the instance that contains the information about the object from the URN of the object.