Compartilhar via


Propriedade SqlAnnotationDescriptor.AdditionalTargets

Obtém o outro SqlElementDescriptor objetos para anotar com a mesma anotação.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<SqlElementDescriptor>

Segurança do .NET Framework

Consulte também

Referência

SqlAnnotationDescriptor Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel