BrowserServiceAccount Propiedad
Gets the service account that the Browser service runs under on the instance of SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property BrowserServiceAccount As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A String object that specifies the SQL Server Browser service account on the instance of SQL Server.
Notas
SQL Server Browser provides SQL Server connection information to client computers and is shared across multiple SQL Server and Integration Services instances.
Vea también