Udostępnij za pośrednictwem


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

'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property BrowserStartMode As ServiceStartMode
[SfcPropertyAttribute] 
public ServiceStartMode BrowserStartMode { get; }
[SfcPropertyAttribute] 
public:
property ServiceStartMode BrowserStartMode {
    ServiceStartMode get ();
}
/** @property */
public ServiceStartMode get_BrowserStartMode ()
public function get BrowserStartMode () : ServiceStartMode

Property Value

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.