次の方法で共有


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 名前空間