SqlAnnotationDescriptor.AdditionalTargets Property

Gets a collection of other element descriptors to annotate with the same annotation.

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

Syntax

'Declaration
Public ReadOnly Property AdditionalTargets As ReadOnlyCollection(Of SqlElementDescriptor)
    Get
'Usage
Dim instance As SqlAnnotationDescriptor
Dim value As ReadOnlyCollection(Of SqlElementDescriptor)

value = instance.AdditionalTargets
public ReadOnlyCollection<SqlElementDescriptor> AdditionalTargets { get; }
public:
property ReadOnlyCollection<SqlElementDescriptor^>^ AdditionalTargets {
    ReadOnlyCollection<SqlElementDescriptor^>^ get ();
}
function get AdditionalTargets () : ReadOnlyCollection<SqlElementDescriptor>
member AdditionalTargets : ReadOnlyCollection<SqlElementDescriptor>

Property Value

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

.NET Framework Security

See Also

Reference

SqlAnnotationDescriptor Class

SqlAnnotationDescriptor Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace