Freigeben über


Install 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 Install method sets up distribution on an instance of Microsoft SQL Server.

Syntax

object
.Install()

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT Install();

Hinweise

If the Install method is successful, the instance can act as a replication Distributor for itself or other instances in an enterprise.

Applies To:

Distributor Object