Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the collection contains a specified MiningStructurePermission.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As MiningStructurePermission _
) As Boolean
'Usage
Dim instance As MiningStructurePermissionCollection
Dim item As MiningStructurePermission
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
MiningStructurePermission item
)
public:
bool Contains(
MiningStructurePermission^ item
)
member Contains :
item:MiningStructurePermission -> bool
public function Contains(
item : MiningStructurePermission
) : boolean
Parameter
- item
Typ: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission to locate.
Rückgabewert
Typ: System.Boolean
true if the MiningStructurePermission exists in the collection; otherwise, false.