Właściwość PartitionFunctionParameter.NumericPrecision
Pobiera lub ustawia precision liczbową parametru typu danych liczbowych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Design)> _
Public Property NumericPrecision As Integer
Get
Set
'Użycie
Dim instance As PartitionFunctionParameter
Dim value As Integer
value = instance.NumericPrecision
instance.NumericPrecision = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)]
public int NumericPrecision { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Design)]
public:
property int NumericPrecision {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)>]
member NumericPrecision : int with get, set
function get NumericPrecision () : int
function set NumericPrecision (value : int)
Wartość właściwości
Typ: System.Int32
A Byte wartość określająca dokładność liczbową parametru funkcja partycji.
Uwagi
Zwraca wartość 0, jeżeli parametr nie jest typ danych numerycznych.
Zobacz także