Condividi tramite


Metodo ModelComponentCollection.CanAdd

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Indicates whether the collection can add a ModelComponent.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Overridable Function CanAdd ( _
    item As ModelComponent, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Utilizzo
Dim instance As ModelComponentCollection 
Dim item As ModelComponent 
Dim error As String 
Dim returnValue As Boolean 

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

Parametri

Valore restituito

Tipo: System.Boolean
true if the collection can add a ModelComponent; otherwise, false.

Vedere anche

Riferimento

ModelComponentCollection Classe

Spazio dei nomi Microsoft.AnalysisServices