다음을 통해 공유


Operation.Status 속성

Gets the status of the operation.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Status As Operation.ServerOperationStatus 
    Get
‘사용 방법
Dim instance As Operation 
Dim value As Operation.ServerOperationStatus 

value = instance.Status
[SfcPropertyAttribute(Data = true)]
public Operation.ServerOperationStatus Status { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Operation.ServerOperationStatus Status {
    Operation.ServerOperationStatus get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Status : Operation.ServerOperationStatus
function get Status () : Operation.ServerOperationStatus

속성 값

유형: Microsoft.SqlServer.Management.IntegrationServices.Operation.ServerOperationStatus
The status of the operation.

참고 항목

참조

Operation 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스