BrowserServiceAccount-Eigenschaft
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
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property BrowserServiceAccount As String
Get
'Usage
Dim instance As Server
Dim value As String
value = instance.BrowserServiceAccount
[SfcPropertyAttribute]
public string BrowserServiceAccount { get; }
[SfcPropertyAttribute]
public:
property String^ BrowserServiceAccount {
String^ get ();
}
[<SfcPropertyAttribute>]
member BrowserServiceAccount : string
function get BrowserServiceAccount () : String
Eigenschaftenwert
Typ: System. . :: . .String
A String object that specifies the SQL Server Browser service account on the instance of SQL Server.
Hinweise
SQL Server Browser provides SQL Server connection information to client computers and is shared across multiple SQL Server and Integration Services instances.
Siehe auch