Dela via


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.

.NET Framework Security

See Also

Reference

RefactoringLog Class

Microsoft.Data.Schema.Refactoring Namespace