OraclePermission.Add(String, String, KeyRestrictionBehavior) メソッド

定義

新しい権限のセットを作成します。

public:
 void Add(System::String ^ connectionString, System::String ^ restrictions, System::Data::KeyRestrictionBehavior behavior);
public void Add (string connectionString, string restrictions, System.Data.KeyRestrictionBehavior behavior);
member this.Add : string * string * System.Data.KeyRestrictionBehavior -> unit
Public Sub Add (connectionString As String, restrictions As String, behavior As KeyRestrictionBehavior)

パラメーター

connectionString
String

接続文字列。

restrictions
String

キーの制限。

behavior
KeyRestrictionBehavior

KeyRestrictionBehavior 列挙値の 1 つ。

適用対象