IsPrecise-Eigenschaft
Ruft den Boolean-Eigenschaftswert ab, der angibt, ob eine berechnete Spalte ein präziser Wert ist, oder legt ihn fest.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsPrecise As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System. . :: . .Boolean
Ein Boolean-Wert, der angibt, ob eine berechnete Spalte genau ist.
Hinweise
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.
Siehe auch