Freigeben über


ModelAnnotation.IsDeleted-Methode

Gibt einen Wert zurück, der angibt, ob die Instanz gelöscht wurde.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function IsDeleted As Boolean
public bool IsDeleted()
public:
virtual bool IsDeleted() sealed
abstract IsDeleted : unit -> bool 
override IsDeleted : unit -> bool 
public final function IsDeleted() : boolean

Rückgabewert

Typ: System.Boolean
true , wenn diese Instanz gelöscht wurde, andernfalls false.

Implementiert

IModelAnnotation.IsDeleted()

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelAnnotation Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

Delete