Server.BrowserStartMode Property

Gets the start mode for the SQL Server Browser Service running on the instance of SQL Server.

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

Syntax

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

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.ServiceStartMode
A ServiceStartMode object that specifies the start mode for the SQL Server Browser Service running on the instance of SQL Server.

Remarks

SQL Server Browser provides SQL Server connection information to client computers and is shared across multiple instances of SQL Server and Integration Services.