SfcCollection<T, K, ParentT>.ISfcCollection.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 中)

语法

声明
Private Function AddShadow ( _
    sfcInstance As SfcInstance _
) As Boolean Implements ISfcCollection.AddShadow
用法
Dim instance As SfcCollection 
Dim sfcInstance As SfcInstance 
Dim returnValue As Boolean 

returnValue = CType(instance, ISfcCollection).AddShadow(sfcInstance)
bool ISfcCollection.AddShadow(
    SfcInstance sfcInstance
)
private:
virtual bool AddShadow(
    SfcInstance^ sfcInstance
) sealed = ISfcCollection::AddShadow
private abstract AddShadow : 
        sfcInstance:SfcInstance -> bool  
private override AddShadow : 
        sfcInstance:SfcInstance -> bool
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:System.Boolean
true if the object was successfully added; otherwise, false.

实现

ISfcCollection.AddShadow(SfcInstance)

注释

This method is used only during merging. For more information, see the ISfcCollection.PrepareMerge and ISfcCollection.FinishMerge methods.

请参阅

参考

SfcCollection<T, K, ParentT> 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间