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> 類別