次の方法で共有


ModelComponentCollection.CanAdd メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ModelComponent をコレクションに追加できるかどうかを示します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Overridable Function CanAdd ( _
    item As ModelComponent, _
    <OutAttribute> ByRef error As String _
) As Boolean
'使用
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

パラメーター

戻り値

型: System.Boolean
ModelComponent をコレクションに追加できる場合は true、追加できない場合は false です。

関連項目

参照

ModelComponentCollection クラス

Microsoft.AnalysisServices 名前空間