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
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 devuelto
Tipo: System. . :: . .Boolean
A Boolean which is true if the item is successfully added to the collection; otherwise, false.
Comentarios
This method is used only during merging (see the PrepareMerge and FinishMerge methods for more information).
Vea también