Sdílet prostřednictvím


ModelRelationshipClass.IsParentDecorator – vlastnost

Získá hodnotu, která označuje, zda tento vztah nadřazené decorator.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Boolean
true Pokud je tento vztah nadřazené decorator; jinak false.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelRelationshipClass Třída

Microsoft.Data.Schema.SchemaModel – obor názvů