Install Method
Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
The Install method sets up distribution on an instance of Microsoft SQL Server.
Sintaxis
object
.Install()
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT Install();
Notas
If the Install method is successful, the instance can act as a replication Distributor for itself or other instances in an enterprise.