SecurityPredicateOperation 列舉

定義

安全謂詞操作類型

[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
繼承
SecurityPredicateOperation
屬性

欄位

名稱 Description
All 0

謂詞用於所有適用的操作。

AfterInsert 1

謂詞是在插入操作後套用。

AfterUpdate 2

謂詞會在更新操作後套用。

BeforeUpdate 3

謂詞會在更新操作之前套用。

BeforeDelete 4

謂詞會在刪除操作前套用。

適用於