Condividi tramite


Classe VersionCopyRequest

Defines the message contract for the version copy request.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..VersionCopyRequest

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "VersionCopyRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class VersionCopyRequest
'Utilizzo
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

Nel tipo VersionCopyRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico VersionCopyRequest() () () () Initializes a new instance of the VersionCopyRequest class that has default values.
Metodo pubblico 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 alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico FromVersionId The version to be copied.
Campo pubblico International The cultural settings.
Campo pubblico ToVersionDescription The description of the new version.
Campo pubblico ToVersionName The name of the new version.

In alto

Osservazioni

VersionCopyRequest must include the FromVersionId property as a globally unique identifier (GUID). It may also include the string properties ToVersionName and ToVersionDescription.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.