SqlAnnotationDescriptor, constructeur
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
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>[]
)
Paramètres
- 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>[]
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.