IDTSExternalMetadataColumn100.Precision Property

Definition

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

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

Property Value

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

Attributes

Applies to