DeployedDac.IsPolicyOverridden Property

Definition

Gets a value that indicates whether any policy is overridden for this object.

public:
 property bool IsPolicyOverridden { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public bool IsPolicyOverridden { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.IsPolicyOverridden : bool
Public ReadOnly Property IsPolicyOverridden As Boolean

Property Value

A Boolean value that indicates whether one of the DeployedDac policies has been overridden. If true, a policy has been overridden. Otherwise, false.

Attributes

Applies to