ExecutionOperation.ExecutedAsName プロパティ

定義

パッケージが実行される名前を取得します。

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

プロパティ値

パッケージが実行される名前です。

属性

適用対象