共用方式為


TempDBMetaData.MaxSize 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the maximum database size.

命名空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
組件:  Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

語法

'宣告
Public Property MaxSize As Integer 
    Get 
    Set
'用途
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)

屬性值

型別:System.Int32
The maximum size of the database.

請參閱

參考

TempDBMetaData 類別

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間