Share via


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 列舉型別 (Enumeration)。

適用於