Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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