SecurityPredicateOperation 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
安全謂詞操作類型
[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 | 謂詞會在刪除操作前套用。 |