Freigeben über


SqlAnnotationDescriptor-Konstruktor

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

Syntax

'Declaration
Public Sub New ( _
    annotationType As Type, _
    externalNameParts As IEnumerable(Of String), _
    name As IEnumerable(Of String), _
    additionalTargets As IEnumerable(Of SqlElementDescriptor), _
    ParamArray properties As Tuple(Of String, Object)() _
)
public SqlAnnotationDescriptor(
    Type annotationType,
    IEnumerable<string> externalNameParts,
    IEnumerable<string> name,
    IEnumerable<SqlElementDescriptor> additionalTargets,
    params Tuple<string, Object>[] properties
)
public:
SqlAnnotationDescriptor(
    Type^ annotationType, 
    IEnumerable<String^>^ externalNameParts, 
    IEnumerable<String^>^ name, 
    IEnumerable<SqlElementDescriptor^>^ additionalTargets, 
    ... array<Tuple<String^, Object^>^>^ properties
)
new : 
        annotationType:Type * 
        externalNameParts:IEnumerable<string> * 
        name:IEnumerable<string> * 
        additionalTargets:IEnumerable<SqlElementDescriptor> * 
        properties:Tuple<string, Object>[] -> SqlAnnotationDescriptor
public function SqlAnnotationDescriptor(
    annotationType : Type, 
    externalNameParts : IEnumerable<String>, 
    name : IEnumerable<String>, 
    additionalTargets : IEnumerable<SqlElementDescriptor>, 
    ... properties : Tuple<String, Object>[]
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlAnnotationDescriptor Klasse

Microsoft.Data.Schema.Sql.SchemaModel-Namespace