Expand Minimize
This topic has not yet been rated - Rate this topic

Server.Status Property

Gets the current status of the Server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property Status As ServerStatus 
	Get
'Usage
Dim instance As Server 
Dim value As ServerStatus 

value = instance.Status

Property Value

Type: Microsoft.SqlServer.Management.Smo.ServerStatus
A ServerStatus value that contains the current server status.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.