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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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.