Propriedade do RDL EngineServiceAccount
Gets or sets the SQL Server Agent service account.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property EngineServiceAccount As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
A String value that specifies the SQL Server service account.