Dela via


RefactoringRecord Constructor

Initializes a new instance of the RefactoringRecord class.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    operationName As String, _
    changeDateTime As String _
)
public RefactoringRecord(
    string operationName,
    string changeDateTime
)
public:
RefactoringRecord(
    String^ operationName, 
    String^ changeDateTime
)
new : 
        operationName:string * 
        changeDateTime:string -> RefactoringRecord
public function RefactoringRecord(
    operationName : String, 
    changeDateTime : String
)

Parameters

  • operationName
    Type: System.String
    The name of the refactoring operation.
  • changeDateTime
    Type: System.String
    A string that contains the date and time of the transaction.

.NET Framework Security

See Also

Reference

RefactoringRecord Class

Microsoft.Data.Schema.Refactoring Namespace