SfcReferenceCollectionAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.