Contains 메서드 (DataSourceView)
Indicates whether the collection contains a specified DataSourceView.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Function Contains ( _
item As DataSourceView _
) As Boolean
‘사용 방법
Dim instance As DataSourceViewCollection
Dim item As DataSourceView
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
DataSourceView item
)
public:
bool Contains(
DataSourceView^ item
)
member Contains :
item:DataSourceView -> bool
public function Contains(
item : DataSourceView
) : boolean
매개 변수
- item
형식: Microsoft.AnalysisServices. . :: . .DataSourceView
The DataSourceView to be located.
반환 값
형식: System. . :: . .Boolean
true if the DataSourceView is contained in the collection; otherwise, false.