共用方式為


IDataspaceService.UpdateDataspaces 方法

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
Sub UpdateDataspaces ( _
    requestContext As TeamFoundationRequestContext, _
    dataspaceCategory As String, _
    dataspaceIdentifier As Nullable(Of Guid), _
    newDatabaseId As Nullable(Of Integer), _
    newDataspaceState As Nullable(Of DataspaceState) _
)
void UpdateDataspaces(
    TeamFoundationRequestContext requestContext,
    string dataspaceCategory,
    Nullable<Guid> dataspaceIdentifier,
    Nullable<int> newDatabaseId,
    Nullable<DataspaceState> newDataspaceState
)

參數

.NET Framework 安全性

請參閱

參考

IDataspaceService 介面

Microsoft.TeamFoundation.Framework.Server 命名空間