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

参数

返回值

类型: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).