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
Sub Add ( _
sfcInstance As SfcInstance _
)
'Usage
Dim instance As ISfcCollection
Dim sfcInstance As SfcInstance
instance.Add(sfcInstance)
void Add(
SfcInstance sfcInstance
)
void Add(
SfcInstance^ sfcInstance
)
abstract Add :
sfcInstance:SfcInstance -> unit
function Add(
sfcInstance : SfcInstance
)
Parameters
- sfcInstance
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to add to the collection.