DeleteAgentProfile Method
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The DeleteAgentProfile method completely removes a replication agent profile.
Syntax
object
.DeleteAgentPorfile(
lProfileID
)
Parts
- object
Expression that evaluates to an object in the Applies To list.
- lProfileID
Long integer that specifies a replication agent profile by system-assigned identifier.
Prototype (C/C++)
HRESULT DeleteAgentProfile(long lProfileID);
Applies To:
|