Compartir a través de


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

Adds the specified object to the shadow collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Protected MustOverride Function AddShadow ( _
    obj As T _
) As Boolean
'Uso
Dim obj As T
Dim returnValue As Boolean 

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

Parámetros

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

Valor devuelto

Tipo: System.Boolean
true if the specified object is added to the shadow collection; otherwise, false.

Comentarios

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

Vea también

Referencia

SfcCollection<T, K, ParentT> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc