ServiceAccount プロパティ

SQL Server のインスタンスを実行しているサービス アカウントを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property ServiceAccount As String
    Get
'使用
Dim instance As Server
Dim value As String

value = instance.ServiceAccount
[SfcPropertyAttribute]
public string ServiceAccount { get; }
[SfcPropertyAttribute]
public:
property String^ ServiceAccount {
    String^ get ();
}
[<SfcPropertyAttribute>]
member ServiceAccount : string
function get ServiceAccount () : String

プロパティ値

型: System. . :: . .String
SQL Server インスタンスのサービス アカウントを示す String 値です。

関連項目

参照

Planning a SQL Server Installation

その他の技術情報