ProjectVersion.RestoredBy プロパティ

定義

インスタンスを復元したユーザーを取得します。

public:
 property System::String ^ RestoredBy { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Restored By")]
[System.ComponentModel.ReadOnly(true)]
public string RestoredBy { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Restored By")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.RestoredBy : string
Public ReadOnly Property RestoredBy As String

プロパティ値

インスタンスを復元したユーザー。

属性

適用対象