Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the status of the operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Status As Operation.ServerOperationStatus
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.Operation.ServerOperationStatus
The status of the operation.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace