Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the user the instance is restored by.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property RestoredBy As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
The user the instance is restored by.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices