EngineServiceAccount 属性

Gets or sets the SQL Server Agent service account.

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

语法

声明
Public ReadOnly Property EngineServiceAccount As String
    Get
用法
Dim instance As ServerSetupAdapter
Dim value As String

value = instance.EngineServiceAccount
public string EngineServiceAccount { get; }
public:
virtual property String^ EngineServiceAccount {
    String^ get () sealed;
}
abstract EngineServiceAccount : string
override EngineServiceAccount : string
final function get EngineServiceAccount () : String

属性值

类型:System. . :: . .String
A String value that specifies the SQL Server service account.

实现

IServerSetupFacet. . :: . .EngineServiceAccount