Dela via


RefactoringRecord.OperationKeys Property

Gets a list of refactoring operation keys.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
The list of keys.

.NET Framework Security

See Also

Reference

RefactoringRecord Class

Microsoft.Data.Schema.Refactoring Namespace