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.

请参阅

参考

SfcMetadataRelation 类

Resolve 重载

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空间