Aracılığıyla paylaş


SequenceExtender.DefaultPrecision Property

Gets an Int32 which represents the precision of the sequence based upon its data type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<ExtendedPropertyAttribute> _
Public ReadOnly Property DefaultPrecision As Integer
    Get
'Kullanım
Dim instance As SequenceExtender
Dim value As Integer

value = instance.DefaultPrecision
[ExtendedPropertyAttribute]
public int DefaultPrecision { get; }
[ExtendedPropertyAttribute]
public:
property int DefaultPrecision {
    int get ();
}
[<ExtendedPropertyAttribute>]
member DefaultPrecision : int
function get DefaultPrecision () : int

Property Value

Type: System.Int32
An Int32 which represents the precision of the sequence based upon its data type.

See Also

Reference

SequenceExtender Class

Microsoft.SqlServer.Management.Smo Namespace