Partager via


Propriété IServerSetupFacet.ServiceStartMode

Gets the start mode for the SQL Server service.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayNameKeyAttribute("Server_ServiceStartModeName")> _
<DisplayDescriptionKeyAttribute("Server_ServiceStartModeDesc")> _
ReadOnly Property ServiceStartMode As ServiceStartMode 
    Get
'Utilisation
Dim instance As IServerSetupFacet 
Dim value As ServiceStartMode 

value = instance.ServiceStartMode
[DisplayNameKeyAttribute("Server_ServiceStartModeName")]
[DisplayDescriptionKeyAttribute("Server_ServiceStartModeDesc")]
ServiceStartMode ServiceStartMode { get; }
[DisplayNameKeyAttribute(L"Server_ServiceStartModeName")]
[DisplayDescriptionKeyAttribute(L"Server_ServiceStartModeDesc")]
property ServiceStartMode ServiceStartMode {
    ServiceStartMode get ();
}
[<DisplayNameKeyAttribute("Server_ServiceStartModeName")>]
[<DisplayDescriptionKeyAttribute("Server_ServiceStartModeDesc")>]
abstract ServiceStartMode : ServiceStartMode
function get ServiceStartMode () : ServiceStartMode

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.ServiceStartMode
A ServiceStartMode value that specifies the start mode for the SQL Server service.

Exemples

Définition de propriétés

Voir aussi

Référence

IServerSetupFacet Interface

Espace de noms Microsoft.SqlServer.Management.Smo