SqlClientPermissionAttribute Class   
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.
Associates a security action with a custom security attribute.
public ref class SqlClientPermissionAttribute sealed : System::Data::Common::DBDataPermissionAttribute
	[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
[System.Serializable]
public sealed class SqlClientPermissionAttribute : System.Data.Common.DBDataPermissionAttribute
	[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)>]
[<System.Serializable>]
type SqlClientPermissionAttribute = class
    inherit DBDataPermissionAttribute
	Public NotInheritable Class SqlClientPermissionAttribute
Inherits DBDataPermissionAttribute
		- Inheritance
 - 
				SqlClientPermissionAttribute
 
- Attributes
 
Constructors
| SqlClientPermissionAttribute(SecurityAction) | 
		 Initializes a new instance of the SqlClientPermissionAttribute class.  | 
        	
Methods
| CreatePermission() | 
		 Returns a SqlClientPermission object that is configured according to the attribute properties.  |