ModelPropertyClass.IsExternal, propriété
Obtient une valeur qui indique si la propriété est externe au DataSchemaModel actuel.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsExternal As Boolean
Get
public bool IsExternal { get; }
public:
property bool IsExternal {
bool get ();
}
member IsExternal : bool
function get IsExternal () : boolean
Valeur de propriété
Type : System.Boolean
true si la propriété est externe ; 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.