次の方法で共有


TypeUsage.CreateDecimalTypeUsage メソッド

定義

10 進型を記述する TypeUsage オブジェクトを作成します。

オーバーロード

CreateDecimalTypeUsage(PrimitiveType)

無制限の有効桁数と小数点以下桁数のファセット値を持つ 10 進型を記述する TypeUsage オブジェクトを作成します。

CreateDecimalTypeUsage(PrimitiveType, Byte, Byte)

指定したファセット値を使用して、10 進型を記述する TypeUsage オブジェクトを作成します。

CreateDecimalTypeUsage(PrimitiveType)

無制限の有効桁数と小数点以下桁数のファセット値を持つ 10 進型を記述する TypeUsage オブジェクトを作成します。

public:
 static System::Data::Metadata::Edm::TypeUsage ^ CreateDecimalTypeUsage(System::Data::Metadata::Edm::PrimitiveType ^ primitiveType);
public static System.Data.Metadata.Edm.TypeUsage CreateDecimalTypeUsage (System.Data.Metadata.Edm.PrimitiveType primitiveType);
static member CreateDecimalTypeUsage : System.Data.Metadata.Edm.PrimitiveType -> System.Data.Metadata.Edm.TypeUsage
Public Shared Function CreateDecimalTypeUsage (primitiveType As PrimitiveType) As TypeUsage

パラメーター

primitiveType
PrimitiveType

TypeUsage オブジェクトが作成される PrimitiveType

戻り値

無制限の有効桁数と小数点以下桁数ファセット値を持つ 10 進型を記述する TypeUsage オブジェクト。

適用対象

CreateDecimalTypeUsage(PrimitiveType, Byte, Byte)

指定したファセット値を使用して、10 進型を記述する TypeUsage オブジェクトを作成します。

public:
 static System::Data::Metadata::Edm::TypeUsage ^ CreateDecimalTypeUsage(System::Data::Metadata::Edm::PrimitiveType ^ primitiveType, System::Byte precision, System::Byte scale);
public static System.Data.Metadata.Edm.TypeUsage CreateDecimalTypeUsage (System.Data.Metadata.Edm.PrimitiveType primitiveType, byte precision, byte scale);
static member CreateDecimalTypeUsage : System.Data.Metadata.Edm.PrimitiveType * byte * byte -> System.Data.Metadata.Edm.TypeUsage
Public Shared Function CreateDecimalTypeUsage (primitiveType As PrimitiveType, precision As Byte, scale As Byte) As TypeUsage

パラメーター

primitiveType
PrimitiveType

TypeUsage オブジェクトが作成される PrimitiveType

precision
Byte

Byteとしての 10 進型の有効桁数。

scale
Byte

10 進型の小数点以下桁数を型 Byte

戻り値

指定したファセット値を使用して 10 進型を記述する TypeUsage オブジェクト。

適用対象