共用方式為


SqlElementDescriptor.IsEmpty 屬性

取得值,這個值指出描述元是否為空白 (不含任何識別項)。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

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

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

SqlElementDescriptor 類別

Microsoft.Data.Schema.Sql.SchemaModel 命名空間