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


SqlAnnotationDescriptor.AdditionalTargets Property

Gets the other SqlElementDescriptor objects to annotate with the same annotation.

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

Syntax

'Declaration
Public ReadOnly Property AdditionalTargets As ReadOnlyCollection(Of SqlElementDescriptor)
public ReadOnlyCollection<SqlElementDescriptor> AdditionalTargets { get; }
public:
property ReadOnlyCollection<SqlElementDescriptor^>^ AdditionalTargets {
    ReadOnlyCollection<SqlElementDescriptor^>^ get ();
}
member AdditionalTargets : ReadOnlyCollection<SqlElementDescriptor>
function get AdditionalTargets () : ReadOnlyCollection<SqlElementDescriptor>

Property Value

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

.NET Framework Security

See Also

Reference

SqlAnnotationDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace