Méthode SfcCollection<T, K, ParentT>.Add
Adds the specified object to the collection. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Overridable Sub Add ( _
obj As T _
)
'Utilisation
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
)
Paramètres
- obj
Type : T
The object to add.