Propriedade SqlSchemaDeploymentOptions.IgnorePartitionSchemes
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Public Property IgnorePartitionSchemes As Boolean
Get
Set
public bool IgnorePartitionSchemes { get; set; }
public:
property bool IgnorePartitionSchemes {
bool get ();
void set (bool value);
}
member IgnorePartitionSchemes : bool with get, set
function get IgnorePartitionSchemes () : boolean
function set IgnorePartitionSchemes (value : boolean)
Valor de propriedade
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.