DistributionDatabase Object (SQL-DMO)
The DistributionDatabase object represents a database located at the Distributor that is used to store replication information. A Distributor can have multiple distribution databases.
Remarks
With the DistributionDatabase object, you can:
- Create a new distribution database.
- Change the properties of an existing distribution database.
To add a distribution database to the Distributor
- Create a new DistributionDatabase object.
- Set the Name property to the name of the new distribution database.
- Set the SecurityMode property as appropriate.
- If the SecurityMode property is set to SQLDMOSecurity_Normal, set the StandardLogin and StandardPassword properties as appropriate.
- Add the DistributionDatabase object to the DistributionDatabases collection of a connected Distributor object.
To alter an existing distribution database
- Get a DistributionDatabase object from the DistributionDatabases collection of a connected Distributor object.
- Use the BeginAlter method to mark the beginning of the changes.
- Set the DistributionDatabase properties to reflect the changes to the distribution database.
- Use the DoAlter method to submit the changes to Microsoft® SQL Server™.
Methods
Properties
(c) 1988-98 Microsoft Corporation. All Rights Reserved.