Nullable 속성
A value that specifies whether an object is nullable.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Property Nullable As Boolean
Get
Set
‘사용 방법
Dim instance As IMutableScalar
Dim value As Boolean
value = instance.Nullable
instance.Nullable = value
bool Nullable { get; set; }
property bool Nullable {
bool get ();
void set (bool value);
}
abstract Nullable : bool with get, set
function get Nullable () : boolean
function set Nullable (value : boolean)
속성 값
유형: System. . :: . .Boolean
A Boolean value that specifies whether an object is nullable.