Partilhar via


Propriedade do RDL TempDBMetaData.MaxSize

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the maximum database size.

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

Sintaxe

'Declaração
Public Property MaxSize As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

TempDBMetaData Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport