Condividi tramite


Proprietà ISnapshotGenerationAgent.PacketSize

Gets or sets the packet size associated with the agent.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Property PacketSize As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ISnapshotGenerationAgent Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication