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.