Partager via


Propriété AgentCore.PacketSize

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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
Public Property PacketSize As Integer 
    Get 
    Set
'Utilisation
Dim instance As AgentCore 
Dim value As Integer 

value = instance.PacketSize

instance.PacketSize = value
public int PacketSize { get; set; }
public:
property int PacketSize {
    int get ();
    void set (int value);
}
member 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

AgentCore Classe

Espace de noms Microsoft.SqlServer.Replication