Share via


SqlElementDescriptor.IsEmpty Property

Gets whether the descriptor is empty.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmpty As Boolean
    Get
'Usage
Dim instance As SqlElementDescriptor
Dim value As Boolean

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
function get IsEmpty () : boolean
member IsEmpty : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlElementDescriptor Class

SqlElementDescriptor Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace