Aracılığıyla paylaş


NamedComponentCollection.CanAdd Yöntemi

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Bu üye ModelComponentCollection.CanAdd(ModelComponent, String%) öğesini geçersiz kılar.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Overrides Function CanAdd ( _
    item As ModelComponent, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Kullanım
Dim instance As NamedComponentCollection
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

Parametreler

Dönüş Değeri

Tür: System.Boolean