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)