RefactoringLog.AppendOperation Method
Appends the specified operation to the refactoring log.
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Sub AppendOperation ( _
operationName As String, _
operationProperties As IDictionary(Of String, String) _
)
protected void AppendOperation(
string operationName,
IDictionary<string, string> operationProperties
)
protected:
void AppendOperation(
String^ operationName,
IDictionary<String^, String^>^ operationProperties
)
member AppendOperation :
operationName:string *
operationProperties:IDictionary<string, string> -> unit
protected function AppendOperation(
operationName : String,
operationProperties : IDictionary<String, String>
)
Parameters
- operationName
Type: System.String
The name of the refactoring operation.
- operationProperties
Type: System.Collections.Generic.IDictionary<String, String>
The properties of the operation.
.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.