Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Get or set boolean that specifies whether to exclude the partition scheme object from consideration when comparing the source and target model for the following objects: Table, Index, Unique Key, Primary Key, and Queue.
Пространство имен: Microsoft.SqlServer.Dac.Deployment
Сборка: Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)
Синтаксис
'Декларация
Public ReadOnly Property IgnoreObjectPlacementOnPartitionScheme As Boolean
Get
'Применение
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.IgnoreObjectPlacementOnPartitionScheme
public bool IgnoreObjectPlacementOnPartitionScheme { get; }
public:
property bool IgnoreObjectPlacementOnPartitionScheme {
bool get ();
}
member IgnoreObjectPlacementOnPartitionScheme : bool
function get IgnoreObjectPlacementOnPartitionScheme () : boolean
Значение свойства
Тип: System.Boolean
True to ignore partition schemes; otherwise, false. Default is true.