Méthode SfcCollatedDictionaryCollection<T, K, ParentT>.AddImpl
Adds an object or member to this collection.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Overrides Sub AddImpl ( _
obj As T _
)
'Utilisation
Dim obj As T
Me.AddImpl(obj)
protected override void AddImpl(
T obj
)
protected:
virtual void AddImpl(
T obj
) override
abstract AddImpl :
obj:'T -> unit
override AddImpl :
obj:'T -> unit
protected override function AddImpl(
obj : T
)
Paramètres
- obj
Type : T
The object to be added to the collection.