Clear (CustomProperties Collection)
Hinweis |
---|
Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird. |
The Clear method of a CustomProperties collection clears the collection of all entries. This method applies only to CustomProperties collections.
Syntax
Object.Clear
Hinweise
- object
An instance of a CustomProperties collection.