Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the start mode for the SQL Server service.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<DisplayNameKeyAttribute("Server_ServiceStartModeName")> _
<DisplayDescriptionKeyAttribute("Server_ServiceStartModeDesc")> _
ReadOnly Property ServiceStartMode As ServiceStartMode
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.ServiceStartMode
A ServiceStartMode value that specifies the start mode for the SQL Server service.