Deletes all data and metadata of the specified type from the space.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
void Clean( Type type )
Sub Clean ( _ type As Type _ )
void Clean( Type^ type )
void Clean( Type type )
Parameters
- type (Type)
- Type to remove from space.
Exceptions
Exception | Condition |
---|---|
InactiveSpaceException | The space is in backup mode and therefore is not active. |