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
Private Function AddShadow ( _
sfcInstance As SfcInstance _
) As Boolean Implements ISfcCollection.AddShadow
'Uso
Dim instance As SfcCollection
Dim sfcInstance As SfcInstance
Dim returnValue As Boolean
returnValue = CType(instance, ISfcCollection).AddShadow(sfcInstance)
bool ISfcCollection.AddShadow(
SfcInstance sfcInstance
)
private:
virtual bool AddShadow(
SfcInstance^ sfcInstance
) sealed = ISfcCollection::AddShadow
private abstract AddShadow :
sfcInstance:SfcInstance -> bool
private override AddShadow :
sfcInstance:SfcInstance -> bool
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
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
true if the object was successfully added; otherwise, false.
Implementa
Comentários
This method is used only during merging. For more information, see the ISfcCollection..::..PrepareMerge and ISfcCollection..::..FinishMerge methods.
Consulte também