AdomdParameter.Precision 속성
숫자 매개 변수의 전체 자릿수를 가져오거나 설정합니다. 이 속성은 나중에 사용하도록 예약되어 있습니다.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Property Precision As Byte
Get
Set
‘사용 방법
Dim instance As AdomdParameter
Dim value As Byte
value = instance.Precision
instance.Precision = value
public byte Precision { get; set; }
public:
virtual property unsigned char Precision {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract Precision : byte with get, set
override Precision : byte with get, set
final function get Precision () : byte
final function set Precision (value : byte)
속성 값
유형: Byte
숫자 매개 변수의 전체 자릿수입니다.기본값은 0입니다.
구현
IDbDataParameterPrecision
예외
예외 | 조건 |
---|---|
[NotSupportedException] | 속성이 호출됩니다. 이 예외에 대한 자세한 내용은 NotSupportedException Class를 참조하십시오. |
주의
이 속성은 액세스될 경우 항상 [NotSupportedException]을 발생시킵니다.