Propriété PermissionInfo.ColumnName
Gets the name of the column that has permissions granted or denied.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ColumnName As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A String value that specifies the name of the column.
Notes
This property is empty when column permissions are not enumerated.
Exemples
Octroi, révocation et refus d'autorisations
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo