This topic has not yet been rated - Rate this topic

XmlSchemaCollection.Deny Method (ObjectPermissionSet, String)

Denies the specified permission for the specified grantee on the XML schema collection.

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

Parameters

permission
Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object value that specifies the permission.
granteeName
Type: System.String
A String value that specifies the grantee to be denied the specified set of permissions on the XML schema collection.

Implements

IObjectPermission.Deny(ObjectPermissionSet, String)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.