UrnCollection.Clear Method

Removes all elements from the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Clear
'Usage
Dim instance As UrnCollection

instance.Clear()
public void Clear()
public:
virtual void Clear() sealed
abstract Clear : unit -> unit  
override Clear : unit -> unit
public final function Clear()

Implements

ICollection<T>.Clear()

Examples

Using Collections

See Also

Reference

UrnCollection Class

Microsoft.SqlServer.Management.Smo Namespace