Clear (CustomProperties Collection)
Note
This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
The Clear method of a CustomProperties collection clears the collection of all entries. This method applies only to CustomProperties collections.
Syntax
Object.Clear
Remarks
- object
An instance of a CustomProperties collection.