Microsoft.SQLServer.Distributor[Veraltet] SQL-Verteiler

Microsoft.SQLServer.Distributor (ClassType)

Alle Microsoft SQL Server-Verteiler, unabhängig von der Version. Der Verteiler ist eine bei der SQL Server-Replikation verwendete Komponente. Wird in diesem Management Pack als veraltet betrachtet.

Knowledge Base article:

Summary

All Microsoft SQL Server 2005, 2008 and 2012 distributors. Distributor is a component used in SQL Server Replication; it is considered to be obsolete in this Management Pack.

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 (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.SQLServer.Distributor:
DistributionServer  string  Verteilungsserver false 256  False 
DistributionDB  string  Verteilungsdatenbank false 256  False 
Directory  string  Standardverzeichnis false 256  False 
Account  string  Benutzerkonto false 256  False 
DistributionDBInstalled  bool  Installierte Verteilungsdatenbank false 256   
IsDistributionPublisher  bool  Verteilungsverleger false 256   
HasRemoteDistributionPublisher  bool  Hat Remoteverteilungsverleger 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>