Udostępnij za pośrednictwem


Właściwość PartitionFunctionParameter.NumericScale

Pobiera lub ustawia skali numerycznej parametr typ danych numerycznych.

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 NumericScale As Integer
    Get
    Set
'Użycie
Dim instance As PartitionFunctionParameter
Dim value As Integer

value = instance.NumericScale

instance.NumericScale = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)]
public int NumericScale { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Design)]
public:
property int NumericScale {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)>]
member NumericScale : int with get, set
function get NumericScale () : int
function set NumericScale (value : int)

Wartość właściwości

Typ: System.Int32
A Byte wartość określająca skali numerycznej parametr funkcja partycji.

Uwagi

Zwraca wartość 0, jeżeli parametr nie jest typ danych numerycznych.