Partager via


RefactoringRecord.OperationKeys, propriété

Obtient une liste de clés de l'opération de refactorisation.

Espace de noms :  Microsoft.Data.Schema.Refactoring
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.ObjectModel.ReadOnlyCollection<String>
Liste de clés.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringRecord Classe

Microsoft.Data.Schema.Refactoring, espace de noms