Partager via


RefactoringRecord, constructeur

Initialise une nouvelle instance de la classe RefactoringRecord.

Espace de noms :  Microsoft.Data.Schema.Refactoring
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • operationName
    Type : System.String
    Nom de l'opération de refactorisation.
  • changeDateTime
    Type : System.String
    Chaîne qui contient la date et l'heure de la transaction.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringRecord Classe

Microsoft.Data.Schema.Refactoring, espace de noms