다음을 통해 공유


MiningStructureCollection.CanAdd 메서드

Indicates whether the collection can add a MiningStructure.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Overrides Function CanAdd ( _
    item As ModelComponent, _
    <OutAttribute> ByRef error As String _
) As Boolean
‘사용 방법
Dim instance As MiningStructureCollection 
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

매개 변수

반환 값

유형: System.Boolean
true if the collection can add a MiningStructure; otherwise, false.

참고 항목

참조

MiningStructureCollection 클래스

Microsoft.AnalysisServices 네임스페이스