SqlPropertyInfo.IsWriteable プロパティ

プロパティが変更可能かどうかを示す Boolean プロパティ値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Property IsWriteable As Boolean 
    Get
'使用
Dim instance As SqlPropertyInfo 
Dim value As Boolean 

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

プロパティ値

型: System.Boolean
プロパティが変更可能かどうかを示す Boolean 値。True の場合、プロパティは変更可能です。False (既定値) の場合、プロパティは読み取り専用です。

使用例

プロパティの設定

関連項目

参照

SqlPropertyInfo クラス

Microsoft.SqlServer.Management.Smo 名前空間