Compartir a través de


MaxSize 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.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Property MaxSize As Integer
    Get
    Set
'Uso
Dim instance As TempDBMetaData
Dim value As Integer

value = instance.MaxSize

instance.MaxSize = value
public int MaxSize { get; set; }
public:
property int MaxSize {
    int get ();
    void set (int value);
}
member MaxSize : int with get, set
function get MaxSize () : int
function set MaxSize (value : int)

Valor de la propiedad

Tipo: System. . :: . .Int32