Microsoft.SQLServer.Replication.Core.VirtualDistributorMSSQL: Distribuidor Virtual de Replicação Genérica

Microsoft.SQLServer.Replication.Core.VirtualDistributor (ClassType)

Distribuidor Virtual.

Knowledge Base article:

Resumo

Distribuidor Virtual.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda60e8bf9-6d93-968d-d790-86e4761a4e18

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. false 4000  False 
Microsoft.SQLServer.Replication.Core.VirtualDistributor:
MachineName  string  Nome da Máquina true 256  False 
InstanceName  string  Nome da Instância true 256  False 
NetbiosComputerName  string      false 256  False 
ServiceName  string  Nome do Serviço false 256  False 
AgentServiceName  string  Nome do Serviço SQL Agent false 256  False 
Publishers  string  Publicadores false 4000  False 
DistributionDatabases  string  Bancos de dados de distribuição false 4000  False 
ConnectionString  string  Cadeia de Conexão false 256  False 
PerformanceCounterObject  string  Objeto de contagem de desempenho false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.VirtualDistributor" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="MachineName" Type="string" Key="true"/>
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="NetbiosComputerName" Type="string"/>
<Property ID="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="false"/>
<Property ID="Publishers" Type="string" Key="false" MaxLength="4000"/>
<Property ID="DistributionDatabases" Type="string" Key="false" MaxLength="4000"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
<Property ID="PerformanceCounterObject" Type="string" Key="false"/>
</ClassType>