Partager via


Propriété TempDBMetaData.MaxSize

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the maximum database size.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Property MaxSize As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The maximum size of the database.

Voir aussi

Référence

TempDBMetaData Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport