SqlAnnotationDescriptor.Properties 属性

获取描述符的属性。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public ReadOnly Property Properties As ReadOnlyCollection(Of Tuple(Of String, Object))
    Get
public ReadOnlyCollection<Tuple<string, Object>> Properties { get; }
public:
property ReadOnlyCollection<Tuple<String^, Object^>^>^ Properties {
    ReadOnlyCollection<Tuple<String^, Object^>^>^ get ();
}
member Properties : ReadOnlyCollection<Tuple<string, Object>>
function get Properties () : ReadOnlyCollection<Tuple<String, Object>>

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<Tuple<String, Object>>

备注

该元组的第一个值是属性名称;第二个值是属性值。

.NET Framework 安全性

请参见

参考

SqlAnnotationDescriptor 类

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