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 SfcReferenceAttribute
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 from.
返回值
类型:T
The resolve target instance.