MaxSize プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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)