Sdílet prostřednictvím


ISqlPermissionStatement.ExcludedColumns – vlastnost

Získá seznam sloupců, na které se nevztahuje povolení.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlPermissionStatement Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů