Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
FromVersionId As Guid, _
ToVersionDescription As String, _
ToVersionName As String _
)
'Usage
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
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- 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.