HeterogeneousColumn.DestinationPrecision 속성

Gets or sets the precision for the destination data type.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Property DestinationPrecision As Long 
    Get 
    Set
‘사용 방법
Dim instance As HeterogeneousColumn 
Dim value As Long 

value = instance.DestinationPrecision

instance.DestinationPrecision = value
public long DestinationPrecision { get; set; }
public:
property long long DestinationPrecision {
    long long get ();
    void set (long long value);
}
member DestinationPrecision : int64 with get, set
function get DestinationPrecision () : long 
function set DestinationPrecision (value : long)

속성 값

유형: System.Int64
An Int64 value.

주의

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

참고 항목

참조

HeterogeneousColumn 클래스

Microsoft.SqlServer.Replication 네임스페이스