Microsoft.SQLServer.DistributorDistribuidor do SQL

Microsoft.SQLServer.Distributor (ClassType)

Todos os distribuidores do Microsoft SQL Server, independentemente da versão. O distribuidor é usado na replicação do 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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.SQLServer.Distributor:
DistributionServer  string  Servidor de Distribuição false 256  False 
DistributionDB  string  Banco de dados de distribuição false 256  False 
Directory  string  Diretório padrão false 256  False 
Account  string  Conta de usuário false 256  False 
DistributionDBInstalled  bool  Banco de Dados de Distribuição Instalado false 256   
IsDistributionPublisher  bool  Publicador de Distribuição false 256   
HasRemoteDistributionPublisher  bool  Possui Publicador de Distribuição Remota 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>