AnnotationClass.RequiresControllerLock プロパティ

このクラスの注釈インスタンスにコントローラ ロックが必要かどうかを取得します。

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

構文

'宣言
Public ReadOnly Property RequiresControllerLock As Boolean
'使用
Dim instance As AnnotationClass
Dim value As Boolean

value = instance.RequiresControllerLock
public bool RequiresControllerLock { get; }
public:
property bool RequiresControllerLock {
    bool get ();
}
public function get RequiresControllerLock () : boolean

プロパティ値

型 : System.Boolean

参照

参照

AnnotationClass クラス

AnnotationClass メンバ

Microsoft.Data.Schema.SchemaModel 名前空間