RefactoringRecord.OperationKeys 属性

获取重构操作键的列表。

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

语法

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

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<String>
键列表。

.NET Framework 安全性

请参见

参考

RefactoringRecord 类

Microsoft.Data.Schema.Refactoring 命名空间