VersionCopyRequest Class
Defines the message contract for the version copy request.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.VersionCopyRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageContractAttribute(WrapperName := "VersionCopyRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class VersionCopyRequest
'Usage
Dim instance As VersionCopyRequest
[MessageContractAttribute(WrapperName = "VersionCopyRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class VersionCopyRequest
[MessageContractAttribute(WrapperName = L"VersionCopyRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class VersionCopyRequest
[<MessageContractAttribute(WrapperName = "VersionCopyRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type VersionCopyRequest = class end
public class VersionCopyRequest
The VersionCopyRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VersionCopyRequest() | Initializes a new instance of the VersionCopyRequest class that has default values. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
FromVersionId | The version to be copied. | |
International | The cultural settings. | |
ToVersionDescription | The description of the new version. | |
ToVersionName | The name of the new version. |
Top
Remarks
VersionCopyRequest must include the FromVersionId property as a globally unique identifier (GUID). It may also include the string properties ToVersionName and ToVersionDescription.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.