CanAdd 메서드

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

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

구문

‘선언
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