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 네임스페이스