Condividi tramite


Proprietà ISqlPermissionStatement.ExcludedColumns

Ottiene l'elenco delle colonne alle quali non si applica l'autorizzazione.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
ReadOnly Property ExcludedColumns As IList(Of ISqlColumn)
    Get
IList<ISqlColumn> ExcludedColumns { get; }
property IList<ISqlColumn^>^ ExcludedColumns {
    IList<ISqlColumn^>^ get ();
}
abstract ExcludedColumns : IList<ISqlColumn>
function get ExcludedColumns () : IList<ISqlColumn>

Valore proprietà

Tipo: System.Collections.Generic.IList<ISqlColumn>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlPermissionStatement Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel