DefaultLog プロパティ
DefaultLog プロパティ値を取得します。値の設定も可能です。
名前空間: 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)