Proprietà IDTSExternalMetadataColumn100.Scale

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Property Scale As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IDTSExternalMetadataColumn100 
Dim value As Integer 

value = instance.Scale

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

Valore proprietà

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

Vedere anche

Riferimento

IDTSExternalMetadataColumn100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper