Partilhar via


Propriedade SqlSchemaDeploymentOptions.ScriptDatabaseCollation

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Public Property ScriptDatabaseCollation As Boolean
    Get
    Set
public bool ScriptDatabaseCollation { get; set; }
public:
property bool ScriptDatabaseCollation {
    bool get ();
    void set (bool value);
}
member ScriptDatabaseCollation : bool with get, set
function get ScriptDatabaseCollation () : boolean
function set ScriptDatabaseCollation (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

SqlSchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build