UserDefinedType.NumericPrecision Property
Gets the numeric precision of the alias data type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property NumericPrecision As Integer
Get
'Usage
Dim instance As UserDefinedType
Dim value As Integer
value = instance.NumericPrecision
[SfcPropertyAttribute]
public int NumericPrecision { get; }
[SfcPropertyAttribute]
public:
property int NumericPrecision {
int get ();
}
[<SfcPropertyAttribute>]
member NumericPrecision : int
function get NumericPrecision () : int
Property Value
Type: System.Int32
An Int32 value that specifies the numeric precision of the alias data type.
See Also