SecurityPredicateType Enum
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.
Security predicate type
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.SecurityPredicateTypeConverter))]
public enum SecurityPredicateType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.SecurityPredicateTypeConverter))>]
type SecurityPredicateType =
Public Enum SecurityPredicateType
- Inheritance
-
SecurityPredicateType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Filter | 0 | A filter predicate. |
Block | 1 | A block predicate. |