Server.ServiceStartMode Property

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property ServiceStartMode As ServiceStartMode
    Get
'Usage
Dim instance As Server
Dim value As ServiceStartMode

value = instance.ServiceStartMode
[SfcPropertyAttribute]
public ServiceStartMode ServiceStartMode { get; }
[SfcPropertyAttribute]
public:
property ServiceStartMode ServiceStartMode {
    ServiceStartMode get ();
}
[<SfcPropertyAttribute>]
member ServiceStartMode : ServiceStartMode
function get ServiceStartMode () : ServiceStartMode