Compartir a través de


RefactoringRecord.OperationName (Propiedad)

Obtiene el nombre de la operación. El procedimiento set es privado.

Espacio de nombres:  Microsoft.Data.Schema.Refactoring
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
Nombre de la operación.

Seguridad de .NET Framework

Vea también

Referencia

RefactoringRecord Clase

Microsoft.Data.Schema.Refactoring (Espacio de nombres)