Install Method
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
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();
Remarks
If the Install method is successful, the instance can act as a replication Distributor for itself or other instances in an enterprise.