IDbDataParameter.Scale 속성

정의

숫자 매개 변수의 소수 자릿수를 나타냅니다.

public:
 property System::Byte Scale { System::Byte get(); void set(System::Byte value); };
public byte Scale { get; set; }
member this.Scale : byte with get, set
Public Property Scale As Byte

속성 값

Value가 확인되는 소수 자릿수입니다. 기본값은 0입니다.

적용 대상