PacketSize Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente 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
Vea también