NumberOfLogFiles 屬性
取得或設定 SQL Server 執行個體上資料庫所使用的記錄檔數目。
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NumberOfLogFiles As Integer
Get
Set
'用途
Dim instance As Settings
Dim value As Integer
value = instance.NumberOfLogFiles
instance.NumberOfLogFiles = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int NumberOfLogFiles { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int NumberOfLogFiles {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member NumberOfLogFiles : int with get, set
function get NumberOfLogFiles () : int
function set NumberOfLogFiles (value : int)
屬性值
型別:System. . :: . .Int32
指定記錄檔數目的 Int32 值。