Add-Methode
Adds the specified object to the collection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public MustOverride Sub Add ( _
obj As T _
)
'Usage
Dim instance As SfcCollection
Dim obj As T
instance.Add(obj)
public abstract void Add(
T obj
)
public:
virtual void Add(
T obj
) abstract
abstract Add :
obj:'T -> unit
public abstract function Add(
obj : T
)
Parameter
- obj
Typ: T
The object to add.