Costruttore SfcProxyInstance<K, T, TRef> (TRef)
Initializes a new instance of the SfcProxyInstance<K, T, TRef> class using the specified reference.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
reference As TRef _
)
'Utilizzo
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
)
Parametri
- reference
Tipo: TRef
The reference of the new instance.
Vedere anche
Riferimento
SfcProxyInstance<K, T, TRef> Classe