Aracılığıyla paylaş


ISqlPermissionStatement.ExcludedColumns Özellik

Hangi iznin geçerli olmadığında sütun listesini alır.

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Collections.Generic.IList<ISqlColumn>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ISqlPermissionStatement Arabirim

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı