SqlAnnotationDescriptor.HasAdditionalTargets Property

Gets whether the annotation should be applied to other targets, as well.

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

Syntax

'Declaration
Public ReadOnly Property HasAdditionalTargets As Boolean
    Get
'Usage
Dim instance As SqlAnnotationDescriptor
Dim value As Boolean

value = instance.HasAdditionalTargets
public bool HasAdditionalTargets { get; }
public:
property bool HasAdditionalTargets {
    bool get ();
}
function get HasAdditionalTargets () : boolean
member HasAdditionalTargets : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlAnnotationDescriptor Class

SqlAnnotationDescriptor Members

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