This topic has not yet been rated - Rate this topic

UserDefinedFunction.EnumColumnPermissions Method (String)

Enumerates a list of column permissions for a specified grantee on the user-defined function.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public ObjectPermissionInfo[] EnumColumnPermissions(
	string granteeName
)

Parameters

granteeName
Type: System.String
A String value that specifies the grantee.

Return Value

Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo[]
An array of ObjectPermissionInfo objects that contains column permission information for the specified grantee on the user-defined function.

Implements

IColumnPermission.EnumColumnPermissions(String)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.