Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.