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
- operationKeys
Type: System.Collections.Generic.IList<String>
An IList<T> of operation key strings.
.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.