RefactoringRecord.AddOperationKey-Methode (IList<String>)

Fügt die angegebene Liste der Operationsschlüssel zum Transaktionsdatensatz hinzu.

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>
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringRecord Klasse

AddOperationKey-Überladung

Microsoft.Data.Schema.Refactoring-Namespace

IList<T>