Operation.StoppedByName Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'utente (se presente) che ha arrestato l'operazione.
public:
property System::String ^ StoppedByName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Stopped By")]
[System.ComponentModel.ReadOnly(true)]
public string StoppedByName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Stopped By")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.StoppedByName : string
Public ReadOnly Property StoppedByName As String
Valore della proprietà
Utente (se presente) che ha arrestato l'operazione.
- Attributi