SfcReferenceCollectionAttribute Construtores

Definição

Sobrecargas

Nome Description
SfcReferenceCollectionAttribute(Type)

A coleção de referência será resolvida pelo objeto resolvedor fornecido.

SfcReferenceCollectionAttribute(Type, String[])

A coleção de referência será resolvida criando uma instância do tipo de resolvedor fornecido com chaves e parâmetros opcionais.

SfcReferenceCollectionAttribute(Type)

A coleção de referência será resolvida pelo objeto resolvedor fornecido.

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)

Parâmetros

resolverType
Type

O tipo do qual criar uma instância de um resolvedor de coleção.

Aplica-se a

SfcReferenceCollectionAttribute(Type, String[])

A coleção de referência será resolvida criando uma instância do tipo de resolvedor fornecido com chaves e parâmetros opcionais.

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())

Parâmetros

resolverType
Type

O tipo do qual criar uma instância de um resolvedor de coleção.

parameters
String[]

Todos os parâmetros necessários para a resolução.

Aplica-se a