Compartir a través de


ProjectVersion.RestoredBy Propiedad

Gets the user the instance is restored by.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property RestoredBy As String 
    Get
'Uso
Dim instance As ProjectVersion 
Dim value As String 

value = instance.RestoredBy
[SfcPropertyAttribute(Data = true)]
public string RestoredBy { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ RestoredBy {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member RestoredBy : string
function get RestoredBy () : String

Valor de la propiedad

Tipo: System.String
The user the instance is restored by.

Vea también

Referencia

ProjectVersion Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices