데이터 형식이 숫자인 경우 열의 전체 자릿수를 가져오거나 설정합니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
<XmlAttributeAttribute("prec")> _
Public Property Precision As Integer
‘사용 방법
Dim instance As DbSyncColumnDescription
Dim value As Integer
value = instance.Precision
instance.Precision = value
[XmlAttributeAttribute("prec")]
public int Precision { get; set; }
[XmlAttributeAttribute(L"prec")]
public:
property int Precision {
int get ();
void set (int value);
}
/** @property */
public int get_Precision ()
/** @property */
public void set_Precision (int value)
public function get Precision () : int
public function set Precision (value : int)
속성 값
지정되어 있으면 열의 전체 자릿수이고, 그렇지 않으면 -1입니다.
참고 항목
참조
DbSyncColumnDescription 클래스
DbSyncColumnDescription 멤버
Microsoft.Synchronization.Data 네임스페이스