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 | |
---|---|---|
![]() |
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
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 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.