Operation.StoppedByName 속성

정의

작업을 중지한 사용자(있는 경우)를 가져옵니다.

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

속성 값

작업을 중지한 사용자(있는 경우)입니다.

특성

적용 대상