次の方法で共有


IsNullable プロパティ

別名データ型で NULL 値を許容できるかどうかを示す Boolean プロパティを取得します。

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

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property IsNullable As Boolean
    Get
'使用
Dim instance As UserDefinedType
Dim value As Boolean

value = instance.IsNullable
[SfcPropertyAttribute]
public bool IsNullable { get; }
[SfcPropertyAttribute]
public:
property bool IsNullable {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsNullable : bool
function get IsNullable () : boolean

プロパティ値

型: System. . :: . .Boolean
別名データ型で NULL 値を許容できるかどうかを示す Boolean 値です。
True の場合、別名データ型で NULL 値を許容できます。
False (既定値) の場合、別名データ型では NULL 値は許容されません。