Partager via


RefactoringRecord.OperationName, propriété

Obtient le nom de l'opération. La procédure set est privée.

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

Syntaxe

'Déclaration
Public Property OperationName As String
    Get
    Private Set
public string OperationName { get; private set; }
public:
property String^ OperationName {
    String^ get ();
    private: void set (String^ value);
}
member OperationName : string with get, private set
function get OperationName () : String
private function set OperationName (value : String)

Valeur de propriété

Type : System.String
Nom de l'opération.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringRecord Classe

Microsoft.Data.Schema.Refactoring, espace de noms