Condividi tramite


Proprietà ModelRelationshipClass.IsParentDecorator

Ottiene un valore che indica se la relazione è un elemento Decorator padre.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se questa relazione è un decoratore padre; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelRelationshipClass Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel