ModelStore.Annotation.IsDeleted メソッド

オブジェクトが削除されているかどうかを返します。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Function IsDeleted As Boolean
'使用
Dim instance As ModelStore..::.Annotation
Dim returnValue As Boolean

returnValue = instance.IsDeleted()
public bool IsDeleted()
public:
virtual bool IsDeleted() sealed
public final function IsDeleted() : boolean

戻り値

型 : System.Boolean
オブジェクトが削除されている場合は true を返します。それ以外の場合は false を返します。

実装

IModelAnnotation.IsDeleted()

参照

参照

ModelStore.Annotation クラス

ModelStore.Annotation メンバ

Microsoft.Data.Schema.SchemaModel 名前空間