Freigeben über


MaxSize-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Property MaxSize As Integer
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System. . :: . .Int32