Compartir a través de


SqlElementDescriptor.IsEmpty (Propiedad)

Obtiene un valor que indica si el descriptor está vacío (no contiene ningún identificador).

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

Sintaxis

'Declaración
Public ReadOnly Property IsEmpty As Boolean
    Get
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlElementDescriptor Clase

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