This topic has not yet been rated - Rate this topic

ServerPermissionSet.Add Method (ServerPermission)

Returns a server permission set after adding a new server permission to the referenced permission set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public ServerPermissionSet Add(
	ServerPermission permission
)

Parameters

permission
Type: Microsoft.SqlServer.Management.Smo.ServerPermission
A ServerPermission object that specifies the permission to add.

Return Value

Type: Microsoft.SqlServer.Management.Smo.ServerPermissionSet
A ServerPermissionSet object that includes the new permission.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.