SfcCollection<T, K, ParentT>.Add Method

Adds the specified object to 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 Overridable Sub Add ( _
    obj As T _
)
'Usage
Dim instance As SfcCollection 
Dim obj As T

instance.Add(obj)
public virtual void Add(
    T obj
)
public:
virtual void Add(
    T obj
)
abstract Add : 
        obj:'T -> unit  
override Add : 
        obj:'T -> unit
public function Add(
    obj : T
)

Parameters

  • obj
    Type: T
    The object to add.

Implements

ICollection<T>.Add(T)

See Also

Reference

SfcCollection<T, K, ParentT> Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace