DacDeployOptions.VerifyCollationCompatibility Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la valeur booléenne qui spécifie si le déploiement doit vérifier que le classement spécifié dans le modèle source est compatible avec le classement spécifié dans le modèle cible.
public bool VerifyCollationCompatibility { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "VerifyCollationCompatibility")]
public bool VerifyCollationCompatibility { get; set; }
member this.VerifyCollationCompatibility : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "VerifyCollationCompatibility")>]
member this.VerifyCollationCompatibility : bool with get, set
Public Property VerifyCollationCompatibility As Boolean
Valeur de propriété
True pour continuer si des erreurs sont générées pendant la vérification du plan ; sinon, False. La valeur par défaut est true.
- Attributs