命名空間: 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。