IServerSetupFacet.ServiceStartMode 属性

Gets the start mode for the SQL Server service.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("Server_ServiceStartModeName")> _
<DisplayDescriptionKeyAttribute("Server_ServiceStartModeDesc")> _
ReadOnly Property ServiceStartMode As ServiceStartMode 
    Get
用法
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

属性值

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

示例

设置属性

请参阅

参考

IServerSetupFacet 接口

Microsoft.SqlServer.Management.Smo 命名空间