ColumnName Propiedad
Gets the name of the column that has permissions granted or denied.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property ColumnName As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the name of the column.
Notas
This property is empty when column permissions are not enumerated.
Vea también