Operation.Completed 属性

Gets or sets a value that indicates whether the operation has completed.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public ReadOnly Property Completed As Boolean 
    Get
用法
Dim instance As Operation 
Dim value As Boolean 

value = instance.Completed
public bool Completed { get; }
public:
property bool Completed {
    bool get ();
}
member Completed : bool
function get Completed () : boolean

属性值

类型:System.Boolean
true if the operation has completed; otherwise, false.

请参阅

参考

Operation 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间