다음을 통해 공유


IDTSExternalMetadataColumn100.Precision 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Property Precision As Integer 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

IDTSExternalMetadataColumn100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스