DefaultLog 属性
Gets or sets the DefaultLog property value.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute> _
Public Property DefaultLog As String
Get
Set
用法
Dim instance As Server
Dim value As String
value = instance.DefaultLog
instance.DefaultLog = value
[SfcPropertyAttribute]
public string DefaultLog { get; set; }
[SfcPropertyAttribute]
public:
virtual property String^ DefaultLog {
String^ get () sealed;
void set (String^ value) sealed;
}
[<SfcPropertyAttribute>]
abstract DefaultLog : string with get, set
[<SfcPropertyAttribute>]
override DefaultLog : string with get, set
final function get DefaultLog () : String
final function set DefaultLog (value : String)