System.Data.SqlClient Namespace SqlClientPermission Class
Initializes a new instance of the SqlClientPermission class with the given state and whether a blank password is allowed.
[ VB ] Public Sub New ( _ ByVal state As PermissionState, _ ByVal allowBlankPassword As Boolean _ ) [ C# ] public SqlClientPermission ( PermissionState state, bool allowBlankPassword ); [ C++ ] public: SqlClientPermission ( PermissionState* state, bool allowBlankPassword ); [ JScript ] public function SqlClientPermission ( state : PermissionState, allowBlankPassword : Boolean );
SqlClientPermission Members SqlClientPermission Constructor Overload List
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note