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
- annotationType
Typ: System.Type
- externalNameParts
Typ: System.Collections.Generic.IEnumerable<String>
- name
Typ: System.Collections.Generic.IEnumerable<String>
- additionalTargets
Typ: System.Collections.Generic.IEnumerable<SqlElementDescriptor>
- properties
Typ: array<System.Tuple<String, Object>[]
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.