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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.