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
)
매개 변수
- International
유형: Microsoft.MasterDataServices. . :: . .International
The cultural settings.
- 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.