TempDBMetaData.MaxSize Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the maximum database size.
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
The maximum size of the database.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace