asp.net.ph

SqlClientPermission Constructor ( PermissionState )

System.Data.SqlClient Namespace   SqlClientPermission Class


Initializes a new instance of the SqlClientPermission class with the given state.

[ VB ]
Public Sub New ( _
   ByVal state As PermissionState _
)

[ C# ]
public SqlClientPermission (
   PermissionState state
);

[ C++ ]
public: SqlClientPermission (
   PermissionState state
);

[ JScript ]
public function SqlClientPermission (
   state : PermissionState
);

Parameters

state
One of the PermissionState values.
See Also

SqlClientPermission Members   SqlClientPermission Constructor Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph