Microsoft.SQLServer.Replication.Core.VirtualSubscriberMSSQL: 제네릭 복제 가상 구독자

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

가상 구독자입니다.

Knowledge Base article:

요약

가상 구독자입니다.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda5303691-f04e-532c-1628-b5e8669c4695

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False 
Microsoft.SQLServer.Replication.Core.VirtualSubscriber:
MachineName  string  컴퓨터 이름 true 256  False 
InstanceName  string  인스턴스 이름 true 256  False 
ServiceName  string  서비스 이름 false 256  False 
AgentServiceName  string  SQL 에이전트 서비스 이름 false 256  False 
ConnectionString  string  연결 문자열 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.VirtualSubscriber" 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="ConnectionString" Type="string" Key="false"/>
</ClassType>