SfcMetadataRelation.Resolve<T, S> 메서드 (S)
Resolves a strongly-typed single target instance from the given source instance.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Function Resolve(Of T, S) ( _
instance As S _
) As T
‘사용 방법
Dim instance As SfcMetadataRelation
Dim instance As S
Dim returnValue As T
returnValue = instance.Resolve(instance)
public T Resolve<T, S>(
S instance
)
public:
generic<typename T, typename S>
T Resolve(
S instance
)
member Resolve :
instance:'S -> 'T
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
The type of the target instance.
- S
The type of the source instance.
매개 변수
- instance
유형: S
The source instance to resolve for.
반환 값
유형: T
The resolved target instance.