SqlMetaData.Precision 속성
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe(System.Data.SqlServerCe.dll)
구문
‘선언
Public ReadOnly Property Precision As Byte
Get
‘사용 방법
Dim instance As SqlMetaData
Dim value As Byte
value = instance.Precision
public byte Precision { get; }
public:
property unsigned char Precision {
unsigned char get ();
}
member Precision : byte
function get Precision () : byte
속성 값
유형: System.Byte