SfcProxyInstance<K,T,TRef> Constructors

Definition

Overloads

SfcProxyInstance<K,T,TRef>()

Construct a new proxy instance to an unknown target reference. The reference will be resolved upon first access to the Reference property.

SfcProxyInstance<K,T,TRef>(TRef)

Construct a new proxy instance to a known target reference.

SfcProxyInstance<K,T,TRef>()

Construct a new proxy instance to an unknown target reference. The reference will be resolved upon first access to the Reference property.

public SfcProxyInstance ();
Public Sub New ()

Applies to

SfcProxyInstance<K,T,TRef>(TRef)

Construct a new proxy instance to a known target reference.

public SfcProxyInstance (TRef reference);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcProxyInstance<'K, 'T, 'Ref (requires 'K :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey and 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance and 'T : (new : unit -> 'T) and 'Ref :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)> : 'Ref -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcProxyInstance<'K, 'T, 'Ref (requires 'K :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey and 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance and 'T : (new : unit -> 'T) and 'Ref :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)>
Public Sub New (reference As TRef)

Parameters

reference
TRef

The target reference instance.

Applies to