RefactoringRecord.Properties 属性

获取属性名称和值的列表。

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

语法

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

属性值

类型:System.Collections.Generic.IDictionary<String, String>
属性列表。

.NET Framework 安全性

请参见

参考

RefactoringRecord 类

Microsoft.Data.Schema.Refactoring 命名空间