SfcCollection<T, K, ParentT>.ISfcCollection.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
Private Sub Add ( _
sfcInstance As SfcInstance _
) Implements ISfcCollection.Add
'Usage
Dim instance As SfcCollection
Dim sfcInstance As SfcInstance
CType(instance, ISfcCollection).Add(sfcInstance)
void ISfcCollection.Add(
SfcInstance sfcInstance
)
private:
virtual void Add(
SfcInstance^ sfcInstance
) sealed = ISfcCollection::Add
private abstract Add :
sfcInstance:SfcInstance -> unit
private override Add :
sfcInstance:SfcInstance -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- sfcInstance
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to add.
Implements
ISfcCollection.Add(SfcInstance)