SecurityPredicateOperation 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 operation types
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.SecurityPredicateOperationConverter))]
public enum SecurityPredicateOperation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.SecurityPredicateOperationConverter))>]
type SecurityPredicateOperation =
Public Enum SecurityPredicateOperation
- Inheritance
-
SecurityPredicateOperation
- Attributes
Fields
AfterInsert | 1 | Predicate is applied after insert operations. |
AfterUpdate | 2 | Predicate is applied after update operations. |
All | 0 | Predicate is applied for all applicable operations. |
BeforeDelete | 4 | Predicate is applied before delete operations. |
BeforeUpdate | 3 | Predicate is applied before update operations. |