Microsoft.SQLServer.Replication.Core.VirtualDistributorMSSQL: Distributore virtuale di replica generico

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

Distributore virtuale.

Knowledge Base article:

Riepilogo

Distributore virtuale.

Element properties:

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

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. false 4000  False 
Microsoft.SQLServer.Replication.Core.VirtualDistributor:
MachineName  string  Nome del computer true 256  False 
InstanceName  string  Nome istanza true 256  False 
NetbiosComputerName  string      false 256  False 
ServiceName  string  Nome servizio false 256  False 
AgentServiceName  string  Nome del servizio SQL Agent false 256  False 
Publishers  string  Server di pubblicazione false 4000  False 
DistributionDatabases  string  Database di distribuzione false 4000  False 
ConnectionString  string  Stringa di connessione false 256  False 
PerformanceCounterObject  string  Oggetto contatore delle prestazioni 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>