ExecutionOperation.ExecutedAsName 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 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