Repository.Merge 方法
傳回 GetOperations 清單暫止的合併自動解決和衝突的不會自動解析的。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function Merge ( _
workspaceName As String, _
workspaceOwner As String, _
source As ItemSpec, _
target As ItemSpec, _
from As VersionSpec, _
to As VersionSpec, _
options As MergeOptions, _
lockLevel As LockLevel, _
optionsEx As Integer, _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure), _
<OutAttribute> ByRef conflicts As StreamingCollection(Of Conflict) _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> Merge(
string workspaceName,
string workspaceOwner,
ItemSpec source,
ItemSpec target,
VersionSpec from,
VersionSpec to,
MergeOptions options,
LockLevel lockLevel,
int optionsEx,
out StreamingCollection<Failure> failures,
out StreamingCollection<Conflict> conflicts
)
參數
- workspaceName
型別:System.String
工作區名稱。
- workspaceOwner
型別:System.String
工作區的擁有人。
- source
型別:Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
合併來源的本機或伺服器路徑。
- target
型別:Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
合併的目標的本機或伺服器路徑。
- from
型別:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
啟動來源版本 (可以是 Null)。
- to
型別:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
來源的結尾版本 (可以是 Null)。
- options
型別:Microsoft.TeamFoundation.VersionControl.Server.MergeOptions
使用的合併選項。
- lockLevel
型別:Microsoft.TeamFoundation.VersionControl.Server.LockLevel
適用的鎖定於合併相關的項目。
- optionsEx
型別:System.Int32
使用這個來傳送新版和舊合併選項給伺服器。值在 MergeOptionsEx 列舉。
- failures
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
不能合併項目的清單。
- conflicts
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>%
無法解析的暫止的合併清單。
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
GetOperations 清單更新的用戶端。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。