Compartilhar via


Propriedade do RDL ISnapshotGenerationAgent.PacketSize

Gets or sets the packet size associated with the agent.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
Property PacketSize As Integer 
    Get 
    Set
'Uso
Dim instance As ISnapshotGenerationAgent 
Dim value As Integer 

value = instance.PacketSize

instance.PacketSize = value
int PacketSize { get; set; }
property int PacketSize {
    int get ();
    void set (int value);
}
abstract PacketSize : int with get, set
function get PacketSize () : int 
function set PacketSize (value : int)

Valor da propriedade

Tipo: System.Int32
The packet size associated with the agent.

Consulte também

Referência

ISnapshotGenerationAgent Interface

Namespace Microsoft.SqlServer.Replication