SfcProxyInstance<K, T, TRef> 构造函数 (TRef)

Initializes a new instance of the SfcProxyInstance<K, T, TRef> class using the specified reference.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub New ( _
    reference As TRef _
)
用法
Dim reference As TRef

Dim instance As New SfcProxyInstance(reference)
public SfcProxyInstance(
    TRef reference
)
public:
SfcProxyInstance(
    TRef reference
)
new : 
        reference:'TRef -> SfcProxyInstance
public function SfcProxyInstance(
    reference : TRef
)

参数

  • reference
    类型:TRef
    The reference of the new instance.

请参阅

参考

SfcProxyInstance<K, T, TRef> 类

SfcProxyInstance<K, T, TRef> 重载

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