名前空間: Microsoft.Data.Schema.Sql.SchemaModel
アセンブリ: Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
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>[]
)
パラメーター
- annotationType
型: System.Type
- externalNameParts
型: System.Collections.Generic.IEnumerable<String>
- additionalTargets
型: System.Collections.Generic.IEnumerable<SqlElementDescriptor>
- properties
型: array<System.Tuple<String, Object>[]
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。