Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.