Microsoft.SQLServer.Replication.Core.VirtualPublisherMSSQL: универсальный виртуальный издатель репликации

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

Виртуальный издатель.

Knowledge Base article:

Сводка

Виртуальный издатель.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId125d03e9-a1f0-045a-287d-f62616347805

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Отображаемое имя объекта. false 4000  False 
Microsoft.SQLServer.Replication.Core.VirtualPublisher:
MachineName  string  Имя компьютера true 256  False 
InstanceName  string  Имя экземпляра true 256  False 
ServiceName  string  Имя службы false 256  False 
AgentServiceName  string  Имя службы агента SQL false 256  False 
PublisherType  string  Тип издателя false 256  False 
Distributor  string  Распространитель false 256  False 
DistributorDatabaseName  string  База данных распространителя false 256  False 
DefaultSnapshotFolder  string  Папка моментальных снимков по умолчанию false 260  False 
ConnectionString  string  Строка подключения false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.VirtualPublisher" 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="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="false"/>
<Property ID="PublisherType" Type="string" Key="false"/>
<Property ID="Distributor" Type="string" Key="false"/>
<Property ID="DistributorDatabaseName" Type="string" Key="false"/>
<Property ID="DefaultSnapshotFolder" Type="string" Key="false" MaxLength="260"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>