Sql90SchemaDeploymentOptions.NoAlterStatementsToChangeCLRTypes (Propiedad)

Obtiene o establece un valor que indica si se usarán instrucciones ALTER para los tipos de SQL CLR.

Espacio de nombres:  Microsoft.Data.Schema.Sql.Build
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

Sql90SchemaDeploymentOptions Clase

Microsoft.Data.Schema.Sql.Build (Espacio de nombres)