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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.