DataType.SmallMoney プロパティ

データ型で使用する SmallMoney 定義を示すデータ型を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Shared ReadOnly Property SmallMoney As DataType 
    Get
'使用
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

プロパティ値

型: Microsoft.SqlServer.Management.Smo.DataType
データ型の SmallMoney 定義を示す DataType オブジェクト値です。

使用例

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)

関連項目

参照

DataType クラス

Microsoft.SqlServer.Management.Smo 名前空間