ExecutionOperation.ExecutedAsName Property

Definition

Gets the name under which the package is executed.

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

Property Value

The name under which the package is executed.

Attributes

Applies to