共用方式為


OdbcPermission.Add(String, String, KeyRestrictionBehavior) 方法

定義

將指定連接字串的存取加入現有的使用權限狀態。

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。

  • 必須修改安全策略的系統管理工具或安裝程式。

適用於