Поделиться через


Метод MdxScriptCollection.Contains (String)

Indicates whether the collection contains an MdxScript, with the specified identifier.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Contains ( _
    id As String _
) As Boolean
'Применение
Dim instance As MdxScriptCollection 
Dim id As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(id)
public bool Contains(
    string id
)
public:
bool Contains(
    String^ id
)
member Contains : 
        id:string -> bool
public function Contains(
    id : String
) : boolean

Параметры

Возвращаемое значение

Тип: System.Boolean
true if the MdxScript is contained in the collection; otherwise, false.

См. также

Справочник

MdxScriptCollection Класс

Перегрузка Contains

Пространство имен Microsoft.AnalysisServices