Compartilhar via


TypeUsage.CreateDecimalTypeUsage Método

Definição

Cria um objeto TypeUsage para descrever um tipo decimal.

Sobrecargas

CreateDecimalTypeUsage(PrimitiveType)

Cria um objeto TypeUsage para descrever um tipo decimal com valores de faceta com precisão e escala ilimitadas.

CreateDecimalTypeUsage(PrimitiveType, Byte, Byte)

Cria um objeto TypeUsage que descreve um tipo decimal usando os valores de faceta especificados.

CreateDecimalTypeUsage(PrimitiveType)

Cria um objeto TypeUsage para descrever um tipo decimal com valores de faceta com precisão e escala ilimitadas.

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

Parâmetros

primitiveType
PrimitiveType

Um PrimitiveType para o qual o objeto TypeUsage é criado.

Retornos

Um objeto TypeUsage que descreve um tipo decimal com valores de faceta com precisão e escala ilimitadas.

Aplica-se a

CreateDecimalTypeUsage(PrimitiveType, Byte, Byte)

Cria um objeto TypeUsage que descreve um tipo decimal usando os valores de faceta especificados.

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

Parâmetros

primitiveType
PrimitiveType

Um PrimitiveType para o qual o objeto TypeUsage é criado.

precision
Byte

A precisão do tipo decimal como tipo Byte.

scale
Byte

A escala do tipo decimal como tipo Byte.

Retornos

Um objeto TypeUsage que descreve um tipo decimal usando os valores de faceta especificados.

Aplica-se a