Свойство SqlDeploymentOptions.DropIndexesNotInSource

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

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public ReadOnly Property DropIndexesNotInSource As Boolean 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

SqlDeploymentOptions Класс

Пространство имен Microsoft.SqlServer.Dac.Deployment