Share via


SfcCollection<T, K, ParentT>.Clear Method

Removes all items from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public MustOverride Sub Clear
'Usage
Dim instance As SfcCollection

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

Implements

ICollection<T>.Clear()

See Also

Reference

SfcCollection<T, K, ParentT> Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace