Classe VersionCopyRequest
Defines the message contract for the version copy request.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..VersionCopyRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "VersionCopyRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class VersionCopyRequest
'Uso
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
O tipo VersionCopyRequest expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
FromVersionId | The version to be copied. | |
International | The cultural settings. | |
ToVersionDescription | The description of the new version. | |
ToVersionName | The name of the new version. |
Início
Comentários
VersionCopyRequest must include the FromVersionId property as a globally unique identifier (GUID). It may also include the string properties ToVersionName and ToVersionDescription.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.