SfcProxyInstance<K, T, TRef> Constructor (TRef)
Initializes a new instance of the SfcProxyInstance<K, T, TRef> class using the specified reference.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
reference As TRef _
)
'Usage
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
)
Parameters
- reference
Type: TRef
The reference of the new instance.
See Also
Reference
SfcProxyInstance<K, T, TRef> Class