ServerPermissionSet Constructor (ServerPermissionSet)
Initializes a new instance of the ServerPermissionSet class based on the specified set of permissions.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Sub New ( _
oServerPermissionSet As ServerPermissionSet _
)
public ServerPermissionSet (
ServerPermissionSet oServerPermissionSet
)
public:
ServerPermissionSet (
ServerPermissionSet^ oServerPermissionSet
)
public ServerPermissionSet (
ServerPermissionSet oServerPermissionSet
)
public function ServerPermissionSet (
oServerPermissionSet : ServerPermissionSet
)
Parameters
- oServerPermissionSet
A ServerPermissionSet object that specifies a set of permissions.
Remarks
The ServerPermissionSet object is used to grant, deny, revoke, and enumerate database permissions (also known as statement permissions).
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Example
How to: Grant Server Permissions in Visual Basic .NET
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ServerPermissionSet Class
ServerPermissionSet Members
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
Granting, Revoking, and Denying Permissions
Permissions
sys.server_permissions (Transact-SQL)