Partilhar via


Método SfcCollatedDictionaryCollection<T, K, ParentT>.AddShadow

Adds the specified object to the shadow 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
Protected Overrides Function AddShadow ( _
    obj As T _
) As Boolean
'Uso
Dim obj As T
Dim returnValue As Boolean 

returnValue = Me.AddShadow(obj)
protected override bool AddShadow(
    T obj
)
protected:
virtual bool AddShadow(
    T obj
) override
abstract AddShadow : 
        obj:'T -> bool  
override AddShadow : 
        obj:'T -> bool
protected override function AddShadow(
    obj : T
) : boolean

Parâmetros

  • obj
    Tipo: T
    The object to add to the shadow collection.

Valor de retorno

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

Comentários

This method is used only during merging (see the PrepareMerge and FinishMerge methods for more information).

Consulte também

Referência

SfcCollatedDictionaryCollection<T, K, ParentT> Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc