TransferSqlServerObjectsTask.CopyAllRules Proprietà

Definizione

Ottiene o imposta un valore booleano che indica se tutte le regole di SQL Server vengono trasferite dal database di origine al database di destinazione oppure solo le regole specificate.

public:
 property bool CopyAllRules { bool get(); void set(bool value); };
public bool CopyAllRules { get; set; }
member this.CopyAllRules : bool with get, set
Public Property CopyAllRules As Boolean

Valore della proprietà

Boolean

true indica che tutte le regole di SQL Server vengono trasferite dal database di origine al database di destinazione. false indica che vengono trasferiti solo gli oggetti individuati in RulesList   .

Implementazioni

Si applica a