Metodo ISfcCollection.AddShadow
Adds the specified object to the shadow collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Function AddShadow ( _
sfcInstance As SfcInstance _
) As Boolean
'Utilizzo
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
Parametri
- sfcInstance
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to add to the shadow collection.
Valore restituito
Tipo: System.Boolean
A Boolean which is true if the item is successfully added to the collection; otherwise, false.
Osservazioni
This method is used only during merging (see the PrepareMerge and FinishMerge methods for more information).