Compartir a través de


ISqlView.IsColumnExplicitlyDefined (Propiedad)

Obtiene o establece un valor que indica si las columnas de la vista se denominan explícitamente fuera del cuerpo de la vista.

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

Sintaxis

'Declaración
Property IsColumnExplicitlyDefined As Boolean
    Get
    Set
bool IsColumnExplicitlyDefined { get; set; }
property bool IsColumnExplicitlyDefined {
    bool get ();
    void set (bool value);
}
abstract IsColumnExplicitlyDefined : bool with get, set
function get IsColumnExplicitlyDefined () : boolean
function set IsColumnExplicitlyDefined (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlView Interfaz

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