Update to localization source files and xlfs for June release (#19603)

This commit is contained in:
Alex Ma
2022-06-06 10:56:58 -07:00
committed by GitHub
parent 4fd2f92e27
commit 5fbf2b69bf
220 changed files with 10908 additions and 5598 deletions

View File

@@ -126,310 +126,6 @@
<source xml:lang="en">Deploy Database In Single User Mode</source>
<target state="translated">Distribuisci database in modalità utente singolo</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.AllowDropBlockingAssemblies">
<source xml:lang="en">This property is used by SqlClr deployment to cause any blocking assemblies to be dropped as part of the deployment plan. By default, any blocking/referencing assemblies will block an assembly update if the referencing assembly needs to be dropped.</source>
<target state="translated">Questa proprietà viene usata dalla distribuzione SqlClr per causare la rimozione degli assembly di blocco come parte del piano di distribuzione. Per impostazione predefinita, gli assembly di blocco/riferimento bloccheranno un aggiornamento degli assembly se l'assembly a cui viene fatto riferimento deve essere rimosso.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.AllowIncompatiblePlatform">
<source xml:lang="en">Specifies whether to attempt the action despite incompatible SQL Server platforms.</source>
<target state="translated">Specifica se provare a eseguire l'azione nonostante sia incompatibile con le piattaforme di SQL Server.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.AllowUnsafeRowLevelSecurityDataMovement">
<source xml:lang="en">Do not block data motion on a table which has Row Level Security if this property is set to true. Default is false.</source>
<target state="translated">Non blocca il movimento di dati in una tabella con Sicurezza a livello di riga se questa proprietà è impostata su true. L'impostazione predefinita è false.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.BackupDatabaseBeforeChanges">
<source xml:lang="en">Backups the database before deploying any changes.</source>
<target state="translated">Esegue il backup del database prima di distribuire eventuali modifiche.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.BlockOnPossibleDataLoss">
<source xml:lang="en">Specifies that the publish episode should be terminated if there is a possibility of data loss resulting from the publish operation.</source>
<target state="translated">Specifica che, se esiste la possibilità di perdita di dati derivante dall'operazione di pubblicazione, l'episodio di pubblicazione deve essere interrotto.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.BlockWhenDriftDetected">
<source xml:lang="en">Specifies whether to block updating a database whose schema no longer matches its registration or is unregistered.</source>
<target state="translated">Specifica se bloccare l'aggiornamento di un database il cui schema non corrisponde più alla registrazione o la cui registrazione è stata annullata.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.CommentOutSetVarDeclarations">
<source xml:lang="en">Specifies whether the declaration of SETVAR variables should be commented out in the generated publish script. You might choose to do this if you plan to specify the values on the command line when you publish by using a tool such as SQLCMD.EXE.</source>
<target state="translated">Specifica se la dichiarazione delle variabili SETVAR verrà impostata come commento nello script di pubblicazione generato. È possibile scegliere questa opzione se si intende specificare i valori nella riga di comando usando uno strumento quale SQLCMD.EXE.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.CompareUsingTargetCollation">
<source xml:lang="en">This setting dictates how the database's collation is handled during deployment; by default the target database's collation will be updated if it does not match the collation specified by the source. When this option is set, the target database's (or server's) collation should be used.</source>
<target state="translated">Questa impostazione indica come vengono gestite le regole di confronto del database durante la distribuzione. Per impostazione predefinita, le regole di confronto del database di destinazione verranno aggiornate se non corrispondono alle regole di confronto specificate dall'origine. Quando questa opzione è impostata, è necessario usare le regole di confronto del server o del database di destinazione.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.CreateNewDatabase">
<source xml:lang="en">Specifies whether the target database should be updated or whether it should be dropped and re-created when you publish to a database.</source>
<target state="translated">Specifica se il database di destinazione deve essere aggiornato oppure rimosso e ricreato quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DeployDatabaseInSingleUserMode">
<source xml:lang="en">If true, the database is set to Single User Mode before deploying.</source>
<target state="translated">Se è true, il database viene impostato sulla modalità utente singolo prima della distribuzione.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DisableAndReenableDdlTriggers">
<source xml:lang="en">Specifies whether Data Definition Language (DDL) triggers are disabled at the beginning of the publish process and re-enabled at the end of the publish action.</source>
<target state="translated">Specifica se i trigger Data Definition Language (DDL) vengono disabilitati all'inizio del processo di pubblicazione e riabilitati alla fine del processo di pubblicazione.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DoNotAlterChangeDataCaptureObjects">
<source xml:lang="en">If true, Change Data Capture objects are not altered.</source>
<target state="translated">Se è true, gli oggetti Change Data Capture non vengono modificati.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DoNotAlterReplicatedObjects">
<source xml:lang="en">Specifies whether objects that are replicated are identified during verification.</source>
<target state="translated">Specifica se gli oggetti replicati vengono identificati durante la verifica.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropConstraintsNotInSource">
<source xml:lang="en">Specifies whether constraints that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
<target state="translated">Specifica se i vincoli che non esistono nel file snapshot del database (con estensione dacpac) vengono rimossi dal database di destinazione quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropDmlTriggersNotInSource">
<source xml:lang="en">Specifies whether DML triggers that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
<target state="translated">Specifica se i trigger DML che non esistono nel file snapshot del database (con estensione dacpac) vengono rimossi dal database di destinazione quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropExtendedPropertiesNotInSource">
<source xml:lang="en">Specifies whether extended properties that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
<target state="translated">Specifica se le proprietà estese che non esistono nel file snapshot del database (con estensione dacpac) vengono rimosse dal database di destinazione quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropIndexesNotInSource">
<source xml:lang="en">Specifies whether indexes that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
<target state="translated">Specifica se gli indici che non esistono nel file snapshot del database (con estensione dacpac) vengono rimossi dal database di destinazione quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropObjectsNotInSource">
<source xml:lang="en">Specifies whether objects that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database. This value takes precedence over DropExtendedProperties.</source>
<target state="translated">Specifica se oggetti che non esistono nel file snapshot del database (con estensione dacpac) vengono rimossi dal database di destinazione quando si esegue la pubblicazione in un database. Questo valore ha precedenza su DropExtendedProperties.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropPermissionsNotInSource">
<source xml:lang="en">Specifies whether permissions that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish updates to a database.</source>
<target state="translated">Specifica se le autorizzazioni che non esistono nel file snapshot del database (con estensione dacpac) vengono rimosse dal database di destinazione quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropRoleMembersNotInSource">
<source xml:lang="en">Specifies whether role members that are not defined in the database snapshot (.dacpac) file will be dropped from the target database when you publish updates to a database.&lt;/</source>
<target state="translated">Specifica se i membri del ruolo non distribuiti nel file snapshot del database (con estensione dacpac) vengono rimossi dal database di destinazione quando si pubblicano aggiornamenti in un database.&lt;/</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropStatisticsNotInSource">
<source xml:lang="en">Specifies whether statistics that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
<target state="translated">Specifica se le statistiche che non esistono nel file snapshot del database (con estensione dacpac) vengono rimosse dal database di destinazione quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.GenerateSmartDefaults">
<source xml:lang="en">Automatically provides a default value when updating a table that contains data with a column that does not allow null values.</source>
<target state="translated">Fornisce automaticamente un valore predefinito quando si aggiorna una tabella contenente dati con una colonna che non consente valori Null.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreAnsiNulls">
<source xml:lang="en">Specifies whether differences in the ANSI NULLS setting should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nell'impostazione ANSI NULLS devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreAuthorizer">
<source xml:lang="en">Specifies whether differences in the Authorizer should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nel provider di autorizzazioni devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreColumnCollation">
<source xml:lang="en">Specifies whether differences in the column collations should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nelle regole di confronto colonna devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreColumnOrder">
<source xml:lang="en">Specifies whether differences in table column order should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nell'ordine colonne della tabella devono essere ignorate o aggiornate durante la pubblicazione di un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreComments">
<source xml:lang="en">Specifies whether differences in the comments should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nei commenti devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreCryptographicProviderFilePath">
<source xml:lang="en">Specifies whether differences in the file path for the cryptographic provider should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nel percorso file del provider del servizio di crittografia devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreDdlTriggerOrder">
<source xml:lang="en">Specifies whether differences in the order of Data Definition Language (DDL) triggers should be ignored or updated when you publish to a database or server.</source>
<target state="translated">Specifica se le differenze nell'ordine dei trigger DDL (Data Definition Language) devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database o in un server.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreDdlTriggerState">
<source xml:lang="en">Specifies whether differences in the enabled or disabled state of Data Definition Language (DDL) triggers should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nello stato abilitato o disabilitato dei trigger DDL (Data Definition Language) devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreDefaultSchema">
<source xml:lang="en">Specifies whether differences in the default schema should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nello schema predefinito devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreDmlTriggerOrder">
<source xml:lang="en">Specifies whether differences in the order of Data Manipulation Language (DML) triggers should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nell'ordine dei trigger DML (Data Manipulation Language) triggers devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreDmlTriggerState">
<source xml:lang="en">Specifies whether differences in the enabled or disabled state of DML triggers should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nello stato abilitato o disabilitato dei trigger DML devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreExtendedProperties">
<source xml:lang="en">Specifies whether extended properties should be ignored.</source>
<target state="translated">Specifica se le proprietà estese devono essere ignorate.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreFileAndLogFilePath">
<source xml:lang="en">Specifies whether differences in the paths for files and log files should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nel percorso dei file e dei file di log devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreFileSize">
<source xml:lang="en">Specifies whether differences in the file sizes should be ignored or whether a warning should be issued when you publish to a database.</source>
<target state="translated">Specifica se le differenze nelle dimensioni dei file devono essere ignorate o se viene inviato un avviso quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreFilegroupPlacement">
<source xml:lang="en">Specifies whether differences in the placement of objects in FILEGROUPs should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nella posizione degli oggetti in FILEGROUP devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreFillFactor">
<source xml:lang="en">Specifies whether differences in the fill factor for index storage should be ignored or whether a warning should be issued when you publish to a database.</source>
<target state="translated">Specifica se le differenze nel fattore di riempimento per l'archiviazione degli indici devono essere ignorate o se viene inviato un avviso quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreFullTextCatalogFilePath">
<source xml:lang="en">Specifies whether differences in the file path for the full-text catalog should be ignored or whether a warning should be issued when you publish to a database.</source>
<target state="translated">Specifica se le differenze nel percorso file per il catalogo full-text devono essere ignorate o se viene inviato un avviso quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreIdentitySeed">
<source xml:lang="en">Specifies whether differences in the seed for an identity column should be ignored or updated when you publish updates to a database.</source>
<target state="translated">Specifica se le differenze nel valore di inizializzazione per una colonna Identity devono essere ignorate o aggiornate quando si pubblicano aggiornamenti in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreIncrement">
<source xml:lang="en">Specifies whether differences in the increment for an identity column should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nell'incremento per una colonna Identity devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreIndexOptions">
<source xml:lang="en">Specifies whether differences in the index options should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nelle opzioni di indice devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreIndexPadding">
<source xml:lang="en">Specifies whether differences in the index padding should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nel riempimento indice devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreKeywordCasing">
<source xml:lang="en">Specifies whether differences in the casing of keywords should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nell'uso di maiuscole e minuscole delle parole chiave devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreLockHintsOnIndexes">
<source xml:lang="en">Specifies whether differences in the lock hints on indexes should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze negli hint di blocco negli indici devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreLoginSids">
<source xml:lang="en">Specifies whether differences in the security identification number (SID) should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nell'ID di sicurezza (SID) devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreNotForReplication">
<source xml:lang="en">Specifies whether the not for replication settings should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le impostazioni Non per la replica devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreObjectPlacementOnPartitionScheme">
<source xml:lang="en">Specifies whether an object's placement on a partition scheme should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se la posizione di un oggetto in uno schema di partizione deve essere ignorata o aggiornata quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnorePartitionSchemes">
<source xml:lang="en">Specifies whether differences in partition schemes and functions should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze negli schemi di partizione e nelle funzioni devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnorePermissions">
<source xml:lang="en">Specifies whether permissions should be ignored.</source>
<target state="translated">Specifica se le autorizzazioni devono essere ignorate.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreQuotedIdentifiers">
<source xml:lang="en">Specifies whether differences in the quoted identifiers setting should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nell'impostazione degli identificatori delimitati devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreRoleMembership">
<source xml:lang="en">Specifies whether differences in the role membership of logins should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nelle appartenenze al ruolo degli account di accesso devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreRouteLifetime">
<source xml:lang="en">Specifies whether differences in the amount of time that SQL Server retains the route in the routing table should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nel tempo di conservazione in SQL Server della route nella tabella di routing devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreSemicolonBetweenStatements">
<source xml:lang="en">Specifies whether differences in the semi-colons between T-SQL statements will be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nei punti e virgola tra le istruzioni T-SQL verranno ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreTableOptions">
<source xml:lang="en">Specifies whether differences in the table options will be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nelle opzioni di tabella devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreUserSettingsObjects">
<source xml:lang="en">Specifies whether differences in the user settings objects will be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze negli oggetti impostazioni utente devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreWhitespace">
<source xml:lang="en">Specifies whether differences in white space will be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nello spazio vuoto devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreWithNocheckOnCheckConstraints">
<source xml:lang="en">Specifies whether differences in the value of the WITH NOCHECK clause for check constraints will be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nel valore della clausola WITH NOCHECK per vincoli CHECK devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreWithNocheckOnForeignKeys">
<source xml:lang="en">Specifies whether differences in the value of the WITH NOCHECK clause for foreign keys will be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nel valore della clausola WITH NOCHECK per chiavi esterne devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IncludeCompositeObjects">
<source xml:lang="en">Include all composite elements as part of a single publish operation.</source>
<target state="translated">Include tutti gli elementi compositi in un'unica operazione di pubblicazione.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IncludeTransactionalScripts">
<source xml:lang="en">Specifies whether transactional statements should be used where possible when you publish to a database.</source>
<target state="translated">Specifica se usare quando possibile le istruzioni transazionali quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.NoAlterStatementsToChangeClrTypes">
<source xml:lang="en">Specifies that publish should always drop and re-create an assembly if there is a difference instead of issuing an ALTER ASSEMBLY statement</source>
<target state="translated">Specifica che se durante la pubblicazione viene rilevata una differenza, viene sempre rimosso e ricreato un assembly invece di eseguire un'istruzione ALTER ASSEMBLY</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.PopulateFilesOnFileGroups">
<source xml:lang="en">Specifies whether a new file is also created when a new FileGroup is created in the target database.</source>
<target state="translated">Specifica se viene anche creato un nuovo file quando si crea un nuovo oggetto FileGroup nel database di destinazione.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.RegisterDataTierApplication">
<source xml:lang="en">Specifies whether the schema is registered with the database server.</source>
<target state="translated">Specifica se lo schema viene registrato con il server di database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.RunDeploymentPlanExecutors">
<source xml:lang="en">Specifies whether DeploymentPlanExecutor contributors should be run when other operations are executed.</source>
<target state="translated">Specifica se eseguire i collaboratori DeploymentPlanExecutor quando vengono eseguite le altre operazioni.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptDatabaseCollation">
<source xml:lang="en">Specifies whether differences in the database collation should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nelle regole di confronto del database devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptDatabaseCompatibility">
<source xml:lang="en">Specifies whether differences in the database compatibility should be ignored or updated when you publish to a database.</source>
<target state="translated">Specifica se le differenze nella compatibilità del database devono essere ignorate o aggiornate quando si esegue la pubblicazione in un database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptDatabaseOptions">
<source xml:lang="en">Specifies whether target database properties should be set or updated as part of the publish action.</source>
<target state="translated">Specifica se le proprietà del database di destinazione devono essere impostate o aggiornate durante l'azione di pubblicazione.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptDeployStateChecks">
<source xml:lang="en">Specifies whether statements are generated in the publish script to verify that the database name and server name match the names specified in the database project.</source>
<target state="translated">Specifica se le istruzioni vengono generate nello script di pubblicazione per verificare che il nome del database e il nome del server corrispondano ai nomi specificati nel progetto di database.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptFileSize">
<source xml:lang="en">Controls whether size is specified when adding a file to a filegroup.</source>
<target state="translated">Controlla se nell'aggiunta di un file a un filegroup vengono specificate le dimensioni.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptNewConstraintValidation">
<source xml:lang="en">At the end of publish all of the constraints will be verified as one set, avoiding data errors caused by a check or foreign key constraint in the middle of publish. If set to False, your constraints will be published without checking the corresponding data.</source>
<target state="translated">Al termine della pubblicazione tutti i vincoli verranno verificati come un unico set, in modo da evitare errori di dati provocati da vincoli CHECK o di chiave esterna durante la pubblicazione. Se l'impostazione è False, i vincoli verranno pubblicati senza il controllo dei dati corrispondenti.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptRefreshModule">
<source xml:lang="en">Include refresh statements at the end of the publish script.</source>
<target state="translated">Includi istruzioni di aggiornamento alla fine dello script di pubblicazione.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.TreatVerificationErrorsAsWarnings">
<source xml:lang="en">Specifies whether errors encountered during publish verification should be treated as warnings. The check is performed against the generated deployment plan before the plan is executed against your target database. Plan verification detects problems such as the loss of target-only objects (such as indexes) that must be dropped to make a change. Verification will also detect situations where dependencies (such as a table or view) exist because of a reference to a composite project, but do not exist in the target database. You might choose to do this to get a complete list of all issues, instead of having the publish action stop on the first error.</source>
<target state="translated">Specifica se gli errori rilevati durante la verifica della pubblicazione devono essere considerati avvisi. Il controllo viene effettuato sul piano di distribuzione generato prima che questo venga eseguito sul database di destinazione. La verifica del piano rileva problemi quali la perdita di oggetti della sola destinazione (ad esempio gli indici) che devono essere rimossi per apportare una modifica. La verifica inoltre individua le dipendenze (ad esempio una tabella o una visualizzazione) che sono presenti a causa di un riferimento a un progetto composito, ma che non esistono nel database di destinazione. È possibile scegliere di eseguire questo controllo per ottenere un elenco completo di tutti i problemi anziché l'arresto dell'azione di pubblicazione al primo errore.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.UnmodifiableObjectWarnings">
<source xml:lang="en">Specifies whether warnings should be generated when differences are found in objects that cannot be modified, for example, if the file size or file paths were different for a file.</source>
<target state="translated">Specifica se devono essere generati avvisi quando vengono rilevate differenze negli oggetti che non possono essere modificati, ad esempio quando le dimensioni o i percorsi di file risultano diversi.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.VerifyCollationCompatibility">
<source xml:lang="en">Specifies whether collation compatibility is verified.</source>
<target state="translated">Specifica se la compatibilità delle regole di confronto viene verificata.</target>
</trans-unit>
<trans-unit id="SchemaCompare.Description.VerifyDeployment">
<source xml:lang="en">Specifies whether checks should be performed before publishing that will stop the publish action if issues are present that might block successful publishing. For example, your publish action might stop if you have foreign keys on the target database that do not exist in the database project, and that will cause errors when you publish.</source>
<target state="translated">Specifica se prima della pubblicazione devono essere eseguiti i controlli che arrestano l'azione di distribuzione quando vengono rilevati problemi che potrebbero impedire la corretta pubblicazione. Ad esempio, l'azione di pubblicazione potrebbe essere arrestata se le chiavi esterne presenti nel database di destinazione non esistono nel progetto di database e questa situazione genera errori durante la pubblicazione.</target>
</trans-unit>
<trans-unit id="SchemaCompare.DisableAndReenableDdlTriggers">
<source xml:lang="en">Disable And Reenable Ddl Triggers</source>
<target state="translated">Disabilita e riabilita trigger DDL</target>