다음을 통해 공유


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

PrimitiveType 개체를 만들 대상 TypeUsage입니다.

반환

제한되지 않는 전체 자릿수 및 소수 자릿수 패싯 값을 사용하는 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

PrimitiveType 개체를 만들 대상 TypeUsage입니다.

precision
Byte

10진수 형식의 전체 자릿수인 Byte 형식입니다.

scale
Byte

10진수 형식의 소수 자릿수인 Byte 형식입니다.

반환

지정된 패싯 값을 사용하여 10진수 형식을 정의하는 TypeUsage 개체입니다.

적용 대상