Partilhar via


Propriedade do RDL SqlDeploymentOptions.DropIndexesNotInSource

Get or set boolean that specifies whether to drop all indexes that do not exist in the source model.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property DropIndexesNotInSource As Boolean 
    Get
'Uso
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

value = instance.DropIndexesNotInSource
public bool DropIndexesNotInSource { get; }
public:
property bool DropIndexesNotInSource {
    bool get ();
}
member DropIndexesNotInSource : bool
function get DropIndexesNotInSource () : boolean

Valor da propriedade

Tipo: System.Boolean
True to drop indexes not in the source model; otherwise, false. Default is true.

Consulte também

Referência

SqlDeploymentOptions Classe

Namespace Microsoft.SqlServer.Dac.Deployment