Прочетете на английски Редактиране

Споделяне чрез


OleDbPermission.Intersect(IPermission) Method

Definition

Returns an IPermission that is the intersection of the current OleDbPermission and the specified target IPermission.

C#
public override System.Security.IPermission Intersect(System.Security.IPermission target);

Parameters

target
IPermission

The target IPermission to intersect with the current OleDbPermission.

Returns

A new permission object that represents the intersection of the current permission object and the specified permission object. This new permission object is a null reference if the intersection is empty.

Applies to

Продукт Версии
.NET Framework 1.1