共用方式為


ModelRelationshipClass.IsParentDecorator 屬性

取得值,這個值表示此關聯性是否為父代 Decorator。

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

語法

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

屬性值

型別:System.Boolean
如果這個關聯性是父代 Decorator,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

ModelRelationshipClass 類別

Microsoft.Data.Schema.SchemaModel 命名空間