This topic has not yet been rated - Rate this topic

CatalogFolder.Deny Method

SQL Server 2012

Denies the permission to a specified user.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
public void Deny(
	PermissionType permission,
	string granteeName
)

Parameters

permission
Type: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The permission type.
granteeName
Type: System.String
The name of the user.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.