Partager via


Propriété ISnapshotGenerationAgent.PacketSize

Gets or sets the packet size associated with the agent.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property PacketSize As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ISnapshotGenerationAgent Interface

Espace de noms Microsoft.SqlServer.Replication