Contains méthode (PerspectiveDimension)
Indicates whether the collection contains a specified PerspectiveDimension.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
item As PerspectiveDimension _
) As Boolean
'Utilisation
Dim instance As PerspectiveDimensionCollection
Dim item As PerspectiveDimension
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
PerspectiveDimension item
)
public:
bool Contains(
PerspectiveDimension^ item
)
member Contains :
item:PerspectiveDimension -> bool
public function Contains(
item : PerspectiveDimension
) : boolean
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .PerspectiveDimension
The PerspectiveDimension to locate.
Valeur de retour
Type : System. . :: . .Boolean
true if the PerspectiveDimension exists in the collection; otherwise, false.