RefactoringRecord.AddOperationKey 方法 (String)

向事务记录添加给定的操作键。

命名空间:  Microsoft.Data.Schema.Refactoring
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

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

参数

  • operationKey
    类型:System.String
    一个表示操作键的字符串。

.NET Framework 安全性

请参见

参考

RefactoringRecord 类

AddOperationKey 重载

Microsoft.Data.Schema.Refactoring 命名空间