IServerSetupFacet.EngineServiceAccount 属性

Gets the name of the Engine Service Account.

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

语法

声明
<DisplayDescriptionKeyAttribute("Server_ServiceAccountDesc")> _
<DisplayNameKeyAttribute("Server_ServiceAccountName")> _
ReadOnly Property EngineServiceAccount As String 
    Get
用法
Dim instance As IServerSetupFacet 
Dim value As String 

value = instance.EngineServiceAccount
[DisplayDescriptionKeyAttribute("Server_ServiceAccountDesc")]
[DisplayNameKeyAttribute("Server_ServiceAccountName")]
string EngineServiceAccount { get; }
[DisplayDescriptionKeyAttribute(L"Server_ServiceAccountDesc")]
[DisplayNameKeyAttribute(L"Server_ServiceAccountName")]
property String^ EngineServiceAccount {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_ServiceAccountDesc")>]
[<DisplayNameKeyAttribute("Server_ServiceAccountName")>]
abstract EngineServiceAccount : string
function get EngineServiceAccount () : String

属性值

类型:System.String
A String that contains the name of the Service Account.

请参阅

参考

IServerSetupFacet 接口

Microsoft.SqlServer.Management.Smo 命名空间