Compartilhar via


AggregationDesign Construtores

Definição

Sobrecargas

AggregationDesign()

Inicializa uma nova instância do AggregationDesign usando os valores padrão.

AggregationDesign(String)

Inicializa uma nova instância da AggregationDesign usando o nome especificado.

AggregationDesign(String, String)

Inicializa uma nova instância da AggregationDesign usando o nome especificado e um identificador.

AggregationDesign()

Inicializa uma nova instância do AggregationDesign usando os valores padrão.

public AggregationDesign ();
Public Sub New ()

Aplica-se a

AggregationDesign(String)

Inicializa uma nova instância da AggregationDesign usando o nome especificado.

public AggregationDesign (string name);
new Microsoft.AnalysisServices.AggregationDesign : string -> Microsoft.AnalysisServices.AggregationDesign
Public Sub New (name As String)

Parâmetros

name
String

Uma Cadeia de Caracteres que contém o nome do AggregationDesign.

Aplica-se a

AggregationDesign(String, String)

Inicializa uma nova instância da AggregationDesign usando o nome especificado e um identificador.

public AggregationDesign (string name, string id);
new Microsoft.AnalysisServices.AggregationDesign : string * string -> Microsoft.AnalysisServices.AggregationDesign
Public Sub New (name As String, id As String)

Parâmetros

name
String

Uma Cadeia de Caracteres que contém o nome do AggregationDesign.

id
String

Uma Cadeia de Caracteres que contém um identificador exclusivo para o AggregationDesign.

Aplica-se a