ServiceAccount プロパティ
SQL Server サービスを実行しているシステム アカウントを取得します。
名前空間: Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ: Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)
構文
'宣言
Public ReadOnly Property ServiceAccount As String
Get
'使用
Dim instance As Service
Dim value As String
value = instance.ServiceAccount
public string ServiceAccount { get; }
public:
property String^ ServiceAccount {
String^ get ();
}
member ServiceAccount : string
function get ServiceAccount () : String
プロパティ値
型: System. . :: . .String
サービスを実行しているシステム アカウントを示す String 値です。