SfcDictionaryCollection<T, K, ParentT>.Add Method
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 Overrides Sub Add ( _
obj As T _
)
'Usage
Dim instance As SfcDictionaryCollection
Dim obj As T
instance.Add(obj)
public override void Add(
T obj
)
public:
virtual void Add(
T obj
) override
abstract Add :
obj:'T -> unit
override Add :
obj:'T -> unit
public override function Add(
obj : T
)
Parameters
- obj
Type: T
The objects in the collection.