NumberOfLogFiles 屬性
Gets or sets the NumberOfLogFiles property value.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
Public Property NumberOfLogFiles As Integer
Get
Set
'用途
Dim instance As Server
Dim value As Integer
value = instance.NumberOfLogFiles
instance.NumberOfLogFiles = value
[SfcPropertyAttribute]
public int NumberOfLogFiles { get; set; }
[SfcPropertyAttribute]
public:
virtual property int NumberOfLogFiles {
int get () sealed;
void set (int value) sealed;
}
[<SfcPropertyAttribute>]
abstract NumberOfLogFiles : int with get, set
[<SfcPropertyAttribute>]
override NumberOfLogFiles : int with get, set
final function get NumberOfLogFiles () : int
final function set NumberOfLogFiles (value : int)