Partager via


Méthode MeasureGroupCollection.CanAdd

Indicates whether the collection can add a measure group.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Overrides Function CanAdd ( _
    item As ModelComponent, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Utilisation
Dim instance As MeasureGroupCollection 
Dim item As ModelComponent 
Dim error As String 
Dim returnValue As Boolean 

returnValue = instance.CanAdd(item, error)
public override bool CanAdd(
    ModelComponent item,
    out string error
)
public:
virtual bool CanAdd(
    ModelComponent^ item, 
    [OutAttribute] String^% error
) override
abstract CanAdd : 
        item:ModelComponent * 
        error:string byref -> bool  
override CanAdd : 
        item:ModelComponent * 
        error:string byref -> bool
public override function CanAdd(
    item : ModelComponent, 
    error : String
) : boolean

Paramètres

  • error
    Type : System.String%
    The error that will occur if the collection can’t add a measure group.

Valeur de retour

Type : System.Boolean
true if the collection can add a measure group; otherwise, false.

Voir aussi

Référence

MeasureGroupCollection Classe

Espace de noms Microsoft.AnalysisServices