SfcReferenceCollectionAttribute Constructors

Definition

Overloads

SfcReferenceCollectionAttribute(Type)

Reference collection will be resolved by the given resolver object.

SfcReferenceCollectionAttribute(Type, String[])

Reference collection will be resolved by creating an instance of the given resolver type with optional keys and parameters.

SfcReferenceCollectionAttribute(Type)

Reference collection will be resolved by the given resolver object.

public SfcReferenceCollectionAttribute (Type resolverType);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute : Type -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute
Public Sub New (resolverType As Type)

Parameters

resolverType
Type

The type to instantiate a collection resolver from.

Applies to

SfcReferenceCollectionAttribute(Type, String[])

Reference collection will be resolved by creating an instance of the given resolver type with optional keys and parameters.

public SfcReferenceCollectionAttribute (Type resolverType, params string[] parameters);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute : Type * string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceCollectionAttribute
Public Sub New (resolverType As Type, ParamArray parameters As String())

Parameters

resolverType
Type

The type to instantiate a collection resolver from.

parameters
String[]

Any parameters needed for the resolve.

Applies to