Condividi tramite


Proprietà RefactoringRecord.OperationKeys

Ottiene un elenco di chiavi dell'operazione di refactoring.

Spazio dei nomi:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<String>
Elenco di chiavi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RefactoringRecord Classe

Spazio dei nomi Microsoft.Data.Schema.Refactoring