Column.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(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsPrecise As Boolean 
    Get
‘사용 방법
Dim instance As Column 
Dim value As Boolean 

value = instance.IsPrecise
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsPrecise { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsPrecise {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
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.

참고 항목

참조

Column 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

계산 열의 인덱스

CREATE TABLE(Transact-SQL)