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
- 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.