ExecutionOperation.ExecutedAsName Property
Gets the name under which the package is executed.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ExecutedAsName As String
Get
'Usage
Dim instance As ExecutionOperation
Dim value As String
value = instance.ExecutedAsName
[SfcPropertyAttribute(Data = true)]
public string ExecutedAsName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ ExecutedAsName {
String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ExecutedAsName : string
function get ExecutedAsName () : String
Property Value
Type: System.String
The name under which the package is executed.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace