Proprietà SqlAnnotationDescriptor.AdditionalTargets

Ottiene gli altri oggetti SqlElementDescriptor da annotare con la stessa annotazione.

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

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlAnnotationDescriptor Classe

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