Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Checks whether the collection contains a specified RestoreFolder.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As RestoreFolder _
) As Boolean
'Usage
Dim instance As RestoreFolderCollection
Dim item As RestoreFolder
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
RestoreFolder item
)
public:
bool Contains(
RestoreFolder^ item
)
member Contains :
item:RestoreFolder -> bool
public function Contains(
item : RestoreFolder
) : boolean
Parameters
- item
Type: Microsoft.AnalysisServices.RestoreFolder
The RestoreFolder to locate.
Return Value
Type: System.Boolean
true if the RestoreFolder exists in the collection; otherwise, false.