BrowserServiceAccount 속성
Gets the service account that the Browser service runs under on the instance of SQL Server.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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.