PermissionInfo.ColumnName Property
Gets the name of the column that has permissions granted or denied.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnName As String
Get
'Usage
Dim instance As PermissionInfo
Dim value As String
value = instance.ColumnName
public string ColumnName { get; }
public:
property String^ ColumnName {
String^ get ();
}
member ColumnName : string
function get ColumnName () : String
Property Value
Type: System.String
A String value that specifies the name of the column.
Remarks
This property is empty when column permissions are not enumerated.
Examples
Granting, Revoking, and Denying Permissions
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace