OraclePermission.Add(String, String, KeyRestrictionBehavior) Method
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.
Creates a new set of permissions.
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)
Parameters
- connectionString
- String
The connection string.
- restrictions
- String
The key restrictions.
- behavior
- KeyRestrictionBehavior
One of the KeyRestrictionBehavior enumerations.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.