Compartir a través de


IDTSExternalMetadataColumn100.Precision Propiedad

Gets or sets the number of decimal places stored by an external metadata column that has a decimal data type.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property Precision As Integer 
    Get 
    Set
'Uso
Dim instance As IDTSExternalMetadataColumn100 
Dim value As Integer 

value = instance.Precision

instance.Precision = value
int Precision { get; set; }
property int Precision {
    int get ();
    void set (int value);
}
abstract Precision : int with get, set
function get Precision () : int 
function set Precision (value : int)

Valor de la propiedad

Tipo: System.Int32
The number of decimal places stored by an external metadata column that has a decimal data type.

Vea también

Referencia

IDTSExternalMetadataColumn100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper