Microsoft.SQLServer.DistributorDatabase di distribuzione SQL

Microsoft.SQLServer.Distributor (ClassType)

Tutti i database di distribuzione di Microsoft SQL Server indipendentemente dalla versione. Il database di distribuzione viene utilizzato nella replica di SQL Server.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId20af0906-76ca-a4ff-85b2-d923557f51dd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.SQLServer.Distributor:
DistributionServer  string  Server di distribuzione false 256  False 
DistributionDB  string  Database di distribuzione false 256  False 
Directory  string  Directory predefinita false 256  False 
Account  string  Account utente false 256  False 
DistributionDBInstalled  bool  Database di distribuzione installato false 256   
IsDistributionPublisher  bool  Server di pubblicazione di distribuzione false 256   
HasRemoteDistributionPublisher  bool  Con server di pubblicazione di distribuzione remoto false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Distributor" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="DistributionServer" Type="string"/>
<Property ID="DistributionDB" Type="string"/>
<Property ID="Directory" Type="string"/>
<Property ID="Account" Type="string"/>
<Property ID="DistributionDBInstalled" Type="bool"/>
<Property ID="IsDistributionPublisher" Type="bool"/>
<Property ID="HasRemoteDistributionPublisher" Type="bool"/>
</ClassType>