Server.BrowserServiceAccount Property
Gets the service account that the Browser service runs under 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 BrowserServiceAccount As String
[SfcPropertyAttribute]
public string BrowserServiceAccount { get; }
[SfcPropertyAttribute]
public:
property String^ BrowserServiceAccount {
String^ get ();
}
/** @property */
public String get_BrowserServiceAccount ()
public function get BrowserServiceAccount () : String
Property Value
A String object that specifies the SQL Server Browser service account on the instance of SQL Server.
Remarks
SQL Server Browser provides SQL Server connection information to client computers and is shared across multiple SQL Server and Integration Services instances.
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.
See Also