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 命名空间