共用方式為


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.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
Public Sub New ( _
    International As International, _
    FromVersionId As Guid, _
    ToVersionDescription As String, _
    ToVersionName As String _
)
'用途
Dim International As International
Dim FromVersionId As Guid
Dim ToVersionDescription As String
Dim ToVersionName As String

Dim instance As New VersionCopyRequest(International, _
    FromVersionId, ToVersionDescription, _
    ToVersionName)
public VersionCopyRequest(
    International International,
    Guid FromVersionId,
    string ToVersionDescription,
    string ToVersionName
)
public:
VersionCopyRequest(
    International^ International, 
    Guid FromVersionId, 
    String^ ToVersionDescription, 
    String^ ToVersionName
)
new : 
        International:International * 
        FromVersionId:Guid * 
        ToVersionDescription:string * 
        ToVersionName:string -> VersionCopyRequest
public function VersionCopyRequest(
    International : International, 
    FromVersionId : Guid, 
    ToVersionDescription : String, 
    ToVersionName : String
)

參數

  • FromVersionId
    型別:System.Guid
    The version to be copied.
  • ToVersionDescription
    型別:System.String
    The description of the new version.
  • ToVersionName
    型別:System.String
    The name of the new version.

請參閱

參考

VersionCopyRequest 類別

VersionCopyRequest 多載

Microsoft.MasterDataServices 命名空間