ExecutionOperation.ExecutedAsName プロパティ
パッケージが実行される名前を取得します。
名前空間: 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
パッケージが実行される名前です。