Operation.StoppedByName 属性
Gets the user (if any) that stopped the operation.
命名空间: 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
The user (if any) that stopped the operation.