Microsoft.SQLServer.DistributorSQL ディストリビューター

Microsoft.SQLServer.Distributor (ClassType)

全バージョンの Microsoft SQL Server ディストリビューター。ディストリビューターは 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 (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.SQLServer.Distributor:
DistributionServer  string  ディストリビューション サーバー false 256  False 
DistributionDB  string  ディストリビューション データベース false 256  False 
Directory  string  既定のディレクトリ false 256  False 
Account  string  ユーザー アカウント false 256  False 
DistributionDBInstalled  bool  ディストリビューション DB がインストールされています false 256   
IsDistributionPublisher  bool  ディストリビューション パブリッシャー false 256   
HasRemoteDistributionPublisher  bool  リモート ディストリビューション パブリッシャーがあります 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>