Partilhar via


Propriedade Sql90SchemaDeploymentOptions.NoAlterStatementsToChangeCLRTypes

Obtém ou define um valor que indica se ALTER instruções serão usadas para alterar os tipos CLR de SQL.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

Sql90SchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build