BrowserServiceAccount 属性

Gets the service account that the Browser service runs under on the instance of SQL Server.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property BrowserServiceAccount As String
    Get
用法
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

属性值

类型:System. . :: . .String
A String object that specifies the SQL Server Browser service account on the instance of SQL Server.

注释

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