AdomdParameterCollection.Contains 方法 (String)
Given a property name, this method determines whether a parameter is in the AdomdParameterCollection collection.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Function Contains ( _
As String _
) As Boolean
用法
Dim instance As AdomdParameterCollection
DimAs String
Dim returnValue As Boolean
returnValue = instance.Contains()
public bool Contains(
string
)
public:
virtual bool Contains(
String^
) sealed
abstract Contains :
:string -> bool
override Contains :
:string -> bool
public final function Contains(
: String
) : boolean
参数
- __unnamed0
类型:System.String
The name of the AdomdParameter object to find.
返回值
类型:System.Boolean
An instance of a Boolean object that contains true if the AdomdParameter object exists in the collection. Otherwise, it is false.
实现
IDataParameterCollection.Contains(String)