Свойство ExecutionOperation.ExecutedAsName

Gets the name under which the package is executed.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ExecutedAsName As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
The name under which the package is executed.

См. также

Справочник

ExecutionOperation Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices