Operation.StoppedByName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the user (if any) that stopped the operation.
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
Property Value
The user (if any) that stopped the operation.
- Attributes