Column.IsNullable 속성
지정된 개체가 Null 값을 허용하는지 여부를 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServerCe.Management.Scripting.Schema
어셈블리: Microsoft.SqlServerCe.Management.Scripting(Microsoft.SqlServerCe.Management.Scripting.dll)
구문
‘선언
Public Property IsNullable As Boolean
Get
Friend Set
‘사용 방법
Dim instance As Column
Dim value As Boolean
value = instance.IsNullable
public bool IsNullable { get; internal set; }
public:
property bool IsNullable {
bool get ();
internal: void set (bool value);
}
member IsNullable : bool with get, internal set
function get IsNullable () : boolean
internal function set IsNullable (value : boolean)
속성 값
유형: System.Boolean
개체가 Null 값을 허용하면 true이고, 그렇지 않으면 false입니다.