共用方式為


BrowserStartMode 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property BrowserStartMode As ServiceStartMode
    Get
'用途
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

屬性值

型別: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.

備註

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