Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds the specified object to the shadow collection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected MustOverride Function AddShadow ( _
obj As T _
) As Boolean
'Usage
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
Parameter
- obj
Typ: T
The object to add to the shadow collection.
Rückgabewert
Typ: System.Boolean
true if the specified object is added to the shadow collection; otherwise, false.
Hinweise
This method is used only during merging. For more information, see the PrepareMerge and FinishMerge methods.