Partager via


Constructeur VersionCopyRequest (International, Guid, String, String)

Initializes a new instance of the VersionCopyRequest class that has the specified cultural settings, version to be copied, description of the new version, and name of the new version.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    International As International, _
    FromVersionId As Guid, _
    ToVersionDescription As String, _
    ToVersionName As String _
)
'Utilisation
Dim International As International
Dim FromVersionId As Guid
Dim ToVersionDescription As String
Dim ToVersionName As String

Dim instance As New VersionCopyRequest(International, _
    FromVersionId, ToVersionDescription, _
    ToVersionName)
public VersionCopyRequest(
    International International,
    Guid FromVersionId,
    string ToVersionDescription,
    string ToVersionName
)
public:
VersionCopyRequest(
    International^ International, 
    Guid FromVersionId, 
    String^ ToVersionDescription, 
    String^ ToVersionName
)
new : 
        International:International * 
        FromVersionId:Guid * 
        ToVersionDescription:string * 
        ToVersionName:string -> VersionCopyRequest
public function VersionCopyRequest(
    International : International, 
    FromVersionId : Guid, 
    ToVersionDescription : String, 
    ToVersionName : String
)

Paramètres

  • FromVersionId
    Type : System.Guid
    The version to be copied.
  • ToVersionDescription
    Type : System.String
    The description of the new version.
  • ToVersionName
    Type : System.String
    The name of the new version.

Voir aussi

Référence

VersionCopyRequest Classe

Surcharge VersionCopyRequest

Espace de noms Microsoft.MasterDataServices