Operation.StoppedByName プロパティ

操作を停止したユーザーを取得します (該当するユーザーがいる場合)。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property StoppedByName As String 
    Get
'使用
Dim instance As Operation 
Dim value As String 

value = instance.StoppedByName
[SfcPropertyAttribute(Data = true)]
public string StoppedByName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ StoppedByName {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member StoppedByName : string
function get StoppedByName () : String

プロパティ値

型: System.String
操作を停止したユーザー (該当するユーザーがいる場合)。

関連項目

参照

Operation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間