Método ISfcCollection.Add
Adds the specified object to the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Sub Add ( _
sfcInstance As SfcInstance _
)
'Uso
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
)
Parâmetros
- sfcInstance
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to add to the collection.