Compartir a través de


IDTSExternalMetadataColumn100.Scale Propiedad

Definición

Obtiene o establece el número de dígitos almacenados por una columna de metadatos externos que tiene un tipo de datos decimal.

public:
 property int Scale { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(104)]
public int Scale { [System.Runtime.InteropServices.DispId(104)] get; [System.Runtime.InteropServices.DispId(104)] set; }
[<System.Runtime.InteropServices.DispId(104)>]
[<get: System.Runtime.InteropServices.DispId(104)>]
[<set: System.Runtime.InteropServices.DispId(104)>]
member this.Scale : int with get, set
Public Property Scale As Integer

Valor de propiedad

El número de dígitos almacenados por una columna de metadatos externos que tiene un tipo de datos decimal.

Atributos

Se aplica a