Partager via


ModelRelationshipClass.IsParentDecorator, propriété

Obtient une valeur qui indique si cette relation est un Decorator parent.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si cette relation est un Decorator parent ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ModelRelationshipClass Classe

Microsoft.Data.Schema.SchemaModel, espace de noms