Compartir a través de


PacketSize Propiedad

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public Property PacketSize As Integer
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Int32