AdomdPropertyCollection.Contains 方法
Determines whether a property is in the AdomdPropertyCollection.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public Function Contains ( _
value As AdomdProperty _
) As Boolean
用法
Dim instance As AdomdPropertyCollection
Dim value As AdomdProperty
Dim returnValue As Boolean
returnValue = instance.Contains(value)
public bool Contains(
AdomdProperty value
)
public:
bool Contains(
AdomdProperty^ value
)
member Contains :
value:AdomdProperty -> bool
public function Contains(
value : AdomdProperty
) : boolean
参数
- value
类型:Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The AdomdProperty to find.
返回值
类型:System.Boolean
true if the AdomdProperty exists in the collection; false otherwise.