你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlServerAuditCmdlet<ServerAuditPolicyType,ServerAuditModelType,ServerAuditAdapterType>.ServerObject Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The server object to manage its audit policy.", Mandatory=true, ParameterSetName="ServerObjectParameterSet", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel ServerObject { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The server object to manage its audit policy.", Mandatory=true, ParameterSetName="ServerObjectParameterSet", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.ServerObject : Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel with get, set
Public Property ServerObject As AzureSqlServerModel

Property Value

Attributes

Applies to