IsScalar 속성
Gets a value that indicates whether this is a scalar data type.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
ReadOnly Property IsScalar As Boolean
Get
‘사용 방법
Dim instance As IDataType
Dim value As Boolean
value = instance.IsScalar
bool IsScalar { get; }
property bool IsScalar {
bool get ();
}
abstract IsScalar : bool
function get IsScalar () : boolean
속성 값
유형: System. . :: . .Boolean
true if this is a scalar data type; otherwise, false.