Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Destroys builds from the server.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Sub DestroyBuilds ( _
builds As IBuildDetail() _
)
void DestroyBuilds(
IBuildDetail[] builds
)
void DestroyBuilds(
array<IBuildDetail^>^ builds
)
abstract DestroyBuilds :
builds:IBuildDetail[] -> unit
function DestroyBuilds(
builds : IBuildDetail[]
)
Parameters
- builds
Type: array<Microsoft.TeamFoundation.Build.Client.IBuildDetail[]
The builds to delete.
Remarks
Unlike DeleteBuilds, this method will remove the build records from the database completely. This method will not delete build artifacts such as the drop location and test results.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.