共用方式為


ServerRoles 列舉

Describes specific server functionality, components, and services.

命名空間: Microsoft.Xrm.Sdk.Deployment
組件: Microsoft.Xrm.Sdk.Deployment (在 Microsoft.Xrm.Sdk.Deployment.dll 中)

語法

'宣告
<FlagsAttribute> _
<GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")> _
<DataContractAttribute(Name:="ServerRoles", Namespace:="http://schemas.datacontract.org/2004/07/Microsoft.Crm")> _
Public Enumeration ServerRoles
[FlagsAttribute] 
[GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] 
[DataContractAttribute(Name="ServerRoles", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Crm")] 
public enum ServerRoles

成員

成員名稱 描述
AdminWebService 僅供內部使用。. Value = 0x2000.
ApiServer The role that allows programmatic access to the organization Web service. Value = 0x8000.
AppServer The role that runs the Web application server that is used to connect users to Microsoft Dynamics CRM data. Value = 1.
AsyncService The role that allows processing of queued asynchronous events, such as workflows, asynchronous plug-ins, bulk e-mail, or data import. Value = 2.
ConfigSqlServer 僅供內部使用。. Value = 0x10000.
ConfigWitnessServer 僅供內部使用。. Value = 0x20000.
DeploymentManagementTools The role that allows the use of the 部署管理員 and Windows PowerShell cmdlets. Microsoft Dynamics CRM administrators can use the Windows PowerShell cmdlets to automate Deployment Manager tasks. 部署管理員 is a Microsoft Management Console (MMC) snap-in that system administrators can use to manage organizations, servers, and licenses for deployments of Microsoft Dynamics CRM. Value = 0x4000000.
DeploymentService The role that allows programmatic access to deployment management. Value = 0x200000.
DiscoveryService The role that allows discovery of organizations. Value = 8.
Dns 僅供內部使用。. Value = 0x4000.
EmailConnector The role for the email connector. Value = 0x40000000.
EmailService 僅供內部使用。. Value = 0x10.
GeoSqlServer 僅供內部使用。. Value = 0x100000.
HelpServer The role that makes Microsoft Dynamics CRM help available to users. Value = 0x40000.
LivePlatform 僅供內部使用。. Value = 0x800.
None Indicates no roles. Value = 0.
OnlineAnalyticsServer 僅供內部使用。. Value = 0x8000000.
OnlineAnalyticsSqlServer 僅供內部使用。. Value = 0x10000000.
OpsServer 僅供內部使用。. Value = 0x40.
Portal 僅供內部使用。. Value = 0x200.
Provisioning 僅供內部使用。. Value = 0x400.
SandboxServer The role that enables an isolated environment for the execution of custom code, such as plug-ins. This isolated environment reduces the possibility of custom code affecting the operation of the organizations. Value = 0x1000000.
ScaleGroupProvisioning 僅供內部使用。. Value = 0x800000.
SiteSqlServer 僅供內部使用。. Value = 0x400000.
SqlServer The role that installs the configuration database (MSCRM_CONFIG) on the SQL Server. Value = 0x100.
SrsDataConnector The role that provides reporting functionality by interfacing with the Microsoft Dynamics CRM system and Microsoft SQL Server Reporting Services. Value = 4.
StatsSqlServer 僅供內部使用。. Value = 0x80000.
Support 僅供內部使用。. Value = 0x1000.
VssWriter 僅供內部使用。. Value = 0x20000000.
WebService Obsolete. Value = 0x20.
WitnessServer 僅供內部使用。. Value = 0x80.

平台

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

Windows 98、Windows 2000、Windows 2000 Server、Windows CE、Windows Server 2008、Windows 98 Second Edition、Pocket PC、智慧型手機、Windows Server 2003、Windows XP Professional、Windows Server 2008、Windows Server 2012、Windows 7、Windows 8、Windows 8.1

請參閱

參照

Microsoft.Xrm.Sdk.Deployment 命名空間

其他資源

Blog: Making Sense of Server Roles

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.