Freigeben über


Contains-Methode (String)

Given a property name, this method determines whether a parameter is in the AdomdParameterCollection collection.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function Contains ( _
     As String _
) As Boolean
'Usage
Dim instance As AdomdParameterCollection
Dim  As 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

Parameter

Rückgabewert

Typ: System. . :: . .Boolean
An instance of a Boolean object that contains true if the AdomdParameter object exists in the collection. Otherwise, it is false.

Implementiert

IDataParameterCollection. . :: . .Contains(String)