Поделиться через


SqlAnnotationDescriptor.AdditionalTargets - свойство

Получает другие объекты SqlElementDescriptor, которые следует снабдить такой же заметкой.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
Public ReadOnly Property AdditionalTargets As ReadOnlyCollection(Of SqlElementDescriptor)
    Get
public ReadOnlyCollection<SqlElementDescriptor> AdditionalTargets { get; }
public:
property ReadOnlyCollection<SqlElementDescriptor^>^ AdditionalTargets {
    ReadOnlyCollection<SqlElementDescriptor^>^ get ();
}
member AdditionalTargets : ReadOnlyCollection<SqlElementDescriptor>
function get AdditionalTargets () : ReadOnlyCollection<SqlElementDescriptor>

Значение свойства

Тип: System.Collections.ObjectModel.ReadOnlyCollection<SqlElementDescriptor>

Безопасность платформы .NET Framework

См. также

Ссылки

SqlAnnotationDescriptor Класс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен