Table.EnumColumnPermissions Method
Enumerates a list of column permissions for the table.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Overload List
Name | Description |
---|---|
Table.EnumColumnPermissions () |
Enumerates a list of column permissions for the table.
|
Table.EnumColumnPermissions (ObjectPermissionSet) |
Enumerates a list of column permissions for a specified permission on the table.
|
Table.EnumColumnPermissions (String) |
Enumerates a list of column permissions for a specified grantee on the table.
|
Table.EnumColumnPermissions (String, ObjectPermissionSet) |
Enumerates a list of column permissions for a specified grantee and a specified permission on the table.
|
See Also
Reference
Table Class
Table Members
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
Creating, Altering, and Removing Tables
Tables
CREATE TABLE (Transact-SQL)