ExecutionOperation.ExecutedAsName 속성

정의

패키지의 실행 이름을 가져옵니다.

public:
 property System::String ^ ExecutedAsName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Executed As")]
[System.ComponentModel.ReadOnly(true)]
public string ExecutedAsName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Executed As")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.ExecutedAsName : string
Public ReadOnly Property ExecutedAsName As String

속성 값

패키지의 실행 이름입니다.

특성

적용 대상