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 命名空间