Propriedade do RDL IsPrecise
Obtém ou define o valor da propriedade Boolean que especifica se uma coluna computada é um valor preciso.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsPrecise As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
Um valor Boolean que especifica se uma coluna computada é precisa.
Comentários
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.
Consulte também