Метод Add
Adds the specified object to the collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Sub Add ( _
sfcInstance As SfcInstance _
)
'Применение
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
)
Параметры
- sfcInstance
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The SfcInstance object to add to the collection.
См. также