SqlClientPermissionAttribute Properties
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Data.SqlClient Namespac ...
SqlClientPermissionAttribute C ...
SqlClientPermissionAttribut ...
SqlClientPermissionAttribute M ...
SqlClientPermissionAttribute C ...
SqlClientPermissionAttribute M ...
SqlClientPermissionAttribute P ...
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
SqlClientPermissionAttribute Properties
The
SqlClientPermissionAttribute
type exposes the following members.
Properties
Name
Description
Action
Gets or sets a security action.
(Inherited from
SecurityAttribute
.)
AllowBlankPassword
Gets or sets a value indicating whether a blank password is allowed.
(Inherited from
DBDataPermissionAttribute
.)
ConnectionString
Gets or sets a permitted connection string.
(Inherited from
DBDataPermissionAttribute
.)
KeyRestrictionBehavior
Identifies whether the list of connection string parameters identified by the
KeyRestrictions
property are the only connection string parameters allowed.
(Inherited from
DBDataPermissionAttribute
.)
KeyRestrictions
Gets or sets connection string parameters that are allowed or disallowed.
(Inherited from
DBDataPermissionAttribute
.)
TypeId
When implemented in a derived class, gets a unique identifier for this
Attribute
.
(Inherited from
Attribute
.)
Unrestricted
Gets or sets a value indicating whether full (unrestricted) permission to the resource protected by the attribute is declared.
(Inherited from
SecurityAttribute
.)
Top
See Also
Reference
SqlClientPermissionAttribute Class
System.Data.SqlClient Namespace
Tags :