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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.