Свойство ColumnName
Gets the name of the column that has permissions granted or denied.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property ColumnName As String
Get
'Применение
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
Значение свойства
Тип System. . :: . .String
A String value that specifies the name of the column.
Замечания
This property is empty when column permissions are not enumerated.