RefactoringRecord.AddOperationKey-Methode (String)

Fügt dem Transaktionsdatensatz den angegebenen Operationsschlüssel hinzu.

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
)

Parameter

  • operationKey
    Typ: System.String
    Eine Zeichenfolge, die einen Operationsschlüssel darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringRecord Klasse

AddOperationKey-Überladung

Microsoft.Data.Schema.Refactoring-Namespace