Operation.StoppedByName Propriété

Définition

Obtient l'utilisateur (le cas échéant) qui a arrêté l'opération.

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

Valeur de propriété

Utilisateur (le cas échéant) qui a arrêté l'opération.

Attributs

S’applique à