RefactoringRecord.AddOperationKey 方法 (IList<String>)

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

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

语法

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

参数

.NET Framework 安全性

请参见

参考

RefactoringRecord 类

AddOperationKey 重载

Microsoft.Data.Schema.Refactoring 命名空间

IList<T>