Share via


ProjectVersion.RestoredBy Propiedad

Definición

Obtiene el usuario que restaura la instancia.

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

Valor de propiedad

El usuario que restaura la instancia.

Atributos

Se aplica a