AnnotationClass.IsSerializable プロパティ

注釈をシリアル化できるかどうかを取得します。

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

構文

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

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

プロパティ値

型 : System.Boolean
注釈をシリアル化できる場合は True を返します。

参照

参照

AnnotationClass クラス

AnnotationClass メンバ

Microsoft.Data.Schema.SchemaModel 名前空間