SqlAnnotationDescriptor Constructor
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>[]
)
Parameters
- annotationType
Type: System.Type
- externalNameParts
Type: System.Collections.Generic.IEnumerable<String>
- name
Type: System.Collections.Generic.IEnumerable<String>
- additionalTargets
Type: System.Collections.Generic.IEnumerable<SqlElementDescriptor>
- properties
Type: array<System.Tuple<String, Object>[]
.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.