IsPrecise 속성
Gets or sets the Boolean property value that specifies whether a computed column is a precise value.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property IsPrecise As Boolean
Get
‘사용 방법
Dim instance As Column
Dim value As Boolean
value = instance.IsPrecise
[SfcPropertyAttribute]
public bool IsPrecise { get; }
[SfcPropertyAttribute]
public:
property bool IsPrecise {
bool get ();
}
[<SfcPropertyAttribute>]
member IsPrecise : bool
function get IsPrecise () : boolean
속성 값
형식: System. . :: . .Boolean
A Boolean value that specifies the whether a computed column is precise.
주의
Precise values cannot be a float or a real data type. Also they cannot be the result of a calculation that involves a float or a real data type.