OdbcPermission.Add(String, String, KeyRestrictionBehavior) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定連接字串的存取加入現有的使用權限狀態。
public:
override void Add(System::String ^ connectionString, System::String ^ restrictions, System::Data::KeyRestrictionBehavior behavior);
public override void Add (string connectionString, string restrictions, System.Data.KeyRestrictionBehavior behavior);
override this.Add : string * string * System.Data.KeyRestrictionBehavior -> unit
Public Overrides Sub Add (connectionString As String, restrictions As String, behavior As KeyRestrictionBehavior)
參數
- connectionString
- String
允許的連接字串。
- restrictions
- String
字串,識別允許或不允許的連接字串參數。
- behavior
- KeyRestrictionBehavior
其中一個 KeyRestrictionBehavior 值。
備註
當您實作下列專案時,此方法很有用:
.NET Framework 數據提供者。
必須判斷提示數據訪問許可權的 API。
必須修改安全策略的系統管理工具或安裝程式。