Microsoft.SQLServer.DistributorDistribuidor de SQL

Microsoft.SQLServer.Distributor (ClassType)

Todos los distribuidores de Microsoft SQL Server, independientemente de la versión. El distribuidor se usa en la replicación de 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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.SQLServer.Distributor:
DistributionServer  string  Servidor de distribución false 256  False 
DistributionDB  string  Base de datos de distribución false 256  False 
Directory  string  Directorio predeterminado false 256  False 
Account  string  Cuenta de usuario false 256  False 
DistributionDBInstalled  bool  Base de datos de distribución instalada false 256   
IsDistributionPublisher  bool  Publicador de distribución false 256   
HasRemoteDistributionPublisher  bool  Con publicador de distribución 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>