Propriété Decimal
Gets the data type specification for the decimal data type.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property Decimal As DataTypeSpec
Get
'Utilisation
Dim value As DataTypeSpec
value = DataTypeSpec.Decimal
public static DataTypeSpec Decimal { get; }
public:
static property DataTypeSpec^ Decimal {
DataTypeSpec^ get ();
}
static member Decimal : DataTypeSpec
static function get Decimal () : DataTypeSpec
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the decimal data type specification.
Voir aussi