Поделиться через


Свойство MergePartition.PartitionId

Gets or sets the ID value that uniquely identifies the partition.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property PartitionId As Integer 
    Get 
    Set
'Применение
Dim instance As MergePartition 
Dim value As Integer 

value = instance.PartitionId

instance.PartitionId = value
public int PartitionId { get; set; }
public:
property int PartitionId {
    int get ();
    void set (int value);
}
member PartitionId : int with get, set
function get PartitionId () : int 
function set PartitionId (value : int)

Значение свойства

Тип: System.Int32
An Int32 value.

Замечания

This property can be retrieved or set by any user.

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

См. также

Справочник

MergePartition Класс

Пространство имен Microsoft.SqlServer.Replication