SecurityPolicy.SecurityPredicates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The collection of security predicates for this security policy.
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.Smo.SecurityPredicate))]
public Microsoft.SqlServer.Management.Smo.SecurityPredicateCollection SecurityPredicates { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.Smo.SecurityPredicate))>]
member this.SecurityPredicates : Microsoft.SqlServer.Management.Smo.SecurityPredicateCollection
Public ReadOnly Property SecurityPredicates As SecurityPredicateCollection
Property Value
- Attributes