This topic has not yet been rated - Rate this topic

ServerRole.EnumServerRolePermissions Method

Note: This API is now obsolete.

Returns a list of server permissions assigned to the referenced server role.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[ObsoleteAttribute]
public DataTable EnumServerRolePermissions()

Return Value

Type: System.Data.DataTable
An array of DataTable object values that contain information about server permissions assigned to the server role. The table describes the different columns of the returned DataTable.

Column

Data type

Description

ServerRole

String

The fixed server role, for example, sysadmin.

Permission

String

The description of the server role permission.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.