Метод AddShadow
Adds the specified object to the shadow collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Function AddShadow ( _
sfcInstance As SfcInstance _
) As Boolean
'Применение
Dim instance As ISfcCollection
Dim sfcInstance As SfcInstance
Dim returnValue As Boolean
returnValue = instance.AddShadow(sfcInstance)
bool AddShadow(
SfcInstance sfcInstance
)
bool AddShadow(
SfcInstance^ sfcInstance
)
abstract AddShadow :
sfcInstance:SfcInstance -> bool
function AddShadow(
sfcInstance : SfcInstance
) : boolean
Параметры
- sfcInstance
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The SfcInstance object to add to the shadow collection.
Возвращаемое значение
Тип: System. . :: . .Boolean
A Boolean which is true if the item is successfully added to the collection; otherwise, false.
Замечания
This method is used only during merging (see the PrepareMerge and FinishMerge methods for more information).
См. также