RefactoringRecord.OperationName 属性

获取操作名称。 set 过程是私有的。

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

语法

声明
Public Property OperationName As String
    Get
    Private Set
public string OperationName { get; private set; }
public:
property String^ OperationName {
    String^ get ();
    private: void set (String^ value);
}
member OperationName : string with get, private set
function get OperationName () : String
private function set OperationName (value : String)

属性值

类型:System.String
操作名称。

.NET Framework 安全性

请参见

参考

RefactoringRecord 类

Microsoft.Data.Schema.Refactoring 命名空间