VersionCopyRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the message contract for the version copy request.
public ref class VersionCopyRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="VersionCopyRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class VersionCopyRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="VersionCopyRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type VersionCopyRequest = class
Public Class VersionCopyRequest
- Inheritance
-
VersionCopyRequest
- Attributes
Remarks
VersionCopyRequest must include the FromVersionId property as a globally unique identifier (GUID). It may also include the string properties ToVersionName and ToVersionDescription.
Constructors
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. |
Fields
FromVersionId |
The version to be copied. |
International |
The cultural settings. |
ToVersionDescription |
The description of the new version. |
ToVersionName |
The name of the new version. |