Dela via


RefactoringRecord.AddOperationKey Method (String)

Adds the given operation key to the transaction record.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub AddOperationKey ( _
    operationKey As String _
)
public void AddOperationKey(
    string operationKey
)
public:
void AddOperationKey(
    String^ operationKey
)
member AddOperationKey : 
        operationKey:string -> unit 
public function AddOperationKey(
    operationKey : String
)

Parameters

  • operationKey
    Type: System.String
    A string that represents an operation key.

.NET Framework Security

See Also

Reference

RefactoringRecord Class

AddOperationKey Overload

Microsoft.Data.Schema.Refactoring Namespace