KeyRestrictionBehavior 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.
Identifies a list of connection string parameters identified by the KeyRestrictions
property that are either allowed or not allowed.
public enum class KeyRestrictionBehavior
public enum KeyRestrictionBehavior
[System.Serializable]
public enum KeyRestrictionBehavior
type KeyRestrictionBehavior =
[<System.Serializable>]
type KeyRestrictionBehavior =
Public Enum KeyRestrictionBehavior
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
AllowOnly | 0 | Default. Identifies the only additional connection string parameters that are allowed. |
PreventUsage | 1 | Identifies additional connection string parameters that are not allowed. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.