Właściwość SmallMoney
Pobiera typ danych, który określa SmallMoney definicja używana w typie danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Shared ReadOnly Property SmallMoney As DataType
Get
'Użycie
Dim value As DataType
value = DataType.SmallMoney
public static DataType SmallMoney { get; }
public:
static property DataType^ SmallMoney {
DataType^ get ();
}
static member SmallMoney : DataType
static function get SmallMoney () : DataType
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType Określa wartość obiektu SmallMoney definicji typu danych.
Przykłady
Visual Basic
Dim dt As DataType
dt = New DataType(SqlDataType.SmallMoney)
PowerShell
$dt = new-object Microsoft.SqlServer.Management.Smo.DataType([Microsoft.SqlServer.Management.Smo.SqlDataType]::SmallMoney)