Compartilhar via


AggregationAttributeCollection.Add Método

Definição

Sobrecargas

Add(AggregationAttribute)

Adiciona o AggregationAttribute especificado ao final da coleção.

Add(String)

Cria um novo objeto AggregationAttribute usando a AttributeID especificada, adiciona-o ao final da coleção e retorna o novo AggregationAttribute criado.

Add(AggregationAttribute)

Adiciona o AggregationAttribute especificado ao final da coleção.

public int Add (Microsoft.AnalysisServices.AggregationAttribute item);
override this.Add : Microsoft.AnalysisServices.AggregationAttribute -> int
Public Function Add (item As AggregationAttribute) As Integer

Parâmetros

item
AggregationAttribute

O AggregationAttribute a ser adicionado.

Retornos

O índice baseado em zero no qual o AggregationAttribute foi adicionado à coleção.

Exceções

  • O item especificado é uma referência nula (Nothing no Visual Basic).
  • O item especificado já existe na coleção.
  • A AttributeID do especificado AggregationAttribute não é válida na coleção.
  • O nome do especificado AggregationAttribute não é válido na coleção.
  • O nível de compatibilidade do especificado AggregationAttribute não é válido na coleção.

Aplica-se a

Add(String)

Cria um novo objeto AggregationAttribute usando a AttributeID especificada, adiciona-o ao final da coleção e retorna o novo AggregationAttribute criado.

public Microsoft.AnalysisServices.AggregationAttribute Add (string attributeId);
override this.Add : string -> Microsoft.AnalysisServices.AggregationAttribute
Public Function Add (attributeId As String) As AggregationAttribute

Parâmetros

attributeId
String

O AttributeID para o novo objeto AggregationAttribute.

Retornos

O objeto AggregationAttribute recém-criado.

Exceções

A AttributeID especificada não é válida na coleção.

Aplica-se a