Dela via


RefactoringRecord.AddOperationKey Method (IList<String>)

Adds the given list of operation keys to the transaction record.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

RefactoringRecord Class

AddOperationKey Overload

Microsoft.Data.Schema.Refactoring Namespace

IList<T>