Свойство HeterogeneousColumn.DestinationScale
Gets or sets the scale for the destination data type.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Property DestinationScale As Integer
Get
Set
'Применение
Dim instance As HeterogeneousColumn
Dim value As Integer
value = instance.DestinationScale
instance.DestinationScale = value
public int DestinationScale { get; set; }
public:
property int DestinationScale {
int get ();
void set (int value);
}
member DestinationScale : int with get, set
function get DestinationScale () : int
function set DestinationScale (value : int)
Значение свойства
Тип: System.Int32
An Int32 value.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.