RefactoringRecord.OperationName Property
Gets the operation name. The set procedure is private.
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property OperationName As String
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)
Property Value
Type: System.String
The operation name.
.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.