Partager via


Propriété SmallMoney

Gets the data type specification for the smallmoney 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 SmallMoney As DataTypeSpec
    Get
'Utilisation
Dim value As DataTypeSpec

value = DataTypeSpec.SmallMoney
public static DataTypeSpec SmallMoney { get; }
public:
static property DataTypeSpec^ SmallMoney {
    DataTypeSpec^ get ();
}
static member SmallMoney : DataTypeSpec
static function get SmallMoney () : DataTypeSpec

Valeur de propriété

Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the smallmoney data type specification.