共用方式為


SqlAnnotationDescriptor 建構函式

命名空間:  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>[]
)

參數

.NET Framework 安全性

請參閱

參考

SqlAnnotationDescriptor 類別

Microsoft.Data.Schema.Sql.SchemaModel 命名空間