Partager via


Sql90SchemaDeploymentOptions.NoAlterStatementsToChangeCLRTypes, propriété

Obtient ou définit une valeur qui indique si les instructions ALTER seront utilisées pour modifier des types CLR SQL.

Espace de noms :  Microsoft.Data.Schema.Sql.Build
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

Sql90SchemaDeploymentOptions Classe

Microsoft.Data.Schema.Sql.Build, espace de noms