TempDBMetaData.MaxSize Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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)

Property Value

Type: System.Int32