Método ISfcCollection.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
Function AddShadow ( _
sfcInstance As SfcInstance _
) As Boolean
'Uso
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
Parâmetros
- sfcInstance
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to add to the shadow collection.
Valor de retorno
Tipo: System.Boolean
A Boolean which is true if the item is successfully added to the collection; otherwise, false.
Comentários
This method is used only during merging (see the PrepareMerge and FinishMerge methods for more information).