IScalar.Nullable 속성

Gets a Boolean value that indicates whether the scalar object is nullable.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property Nullable As Boolean 
    Get
‘사용 방법
Dim instance As IScalar 
Dim value As Boolean 

value = instance.Nullable
bool Nullable { get; }
property bool Nullable {
    bool get ();
}
abstract Nullable : bool
function get Nullable () : boolean

속성 값

유형: System.Boolean
A Boolean value that indicates whether the scalar object is nullable.

참고 항목

참조

IScalar 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스