Proprietà TempDBMetaData.MaxSize
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the maximum database size.
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Property MaxSize As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
The maximum size of the database.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport