MSBTS_Server (WMI)

 

Represents computers within a group that have Microsoft® BizTalk® Servers installed.

Syntax

  
class MSBTS_Server : MSBTS_Service  

Members

MSBTS_Server defines the following properties:

Property Description
Caption (Inherited from CIM_ManagedSystemElement) For more information about the CIM_ManagedSystemElement class, see the Windows Management Instrumentation documentation at https://go.microsoft.com/fwlink/?LinkID=20245.
Description (Inherited from CIM_ManagedSystemElement) For more information about the CIM_ManagedSystemElement class, see the Windows Management Instrumentation documentation at https://go.microsoft.com/fwlink/?LinkID=20245.
InstallDate (Inherited from CIM_ManagedSystemElement) For more information about the CIM_ManagedSystemElement class, see the Windows Management Instrumentation documentation at https://go.microsoft.com/fwlink/?LinkID=20245.
MgmtDbNameOverride Overrides the initial catalog part of the BizTalk Management database connection string. This property was not implemented for BizTalk Server and is reserved for future use. Note: The BizTalk Management database is also referred to as the BizTalk Configuration database.
MgmtDbServerOverride Overrides the data source part of the BizTalk Management database connection string. This property was not implemented for BizTalk Server and is reserved for future use.
Name Contains the name of the server.
Status (Inherited from CIM_ManagedSystemElement) For more information about the CIM_ManagedSystemElement class, see the Windows Management Instrumentation documentation at https://go.microsoft.com/fwlink/?LinkID=20245.

MSBTS_Server defines the following methods:

Method Description
MSBTS_Server.CheckIfCanInstallHostInstances Method (WMI) Checks if the server can host BizTalk host instances.
Start Starts all BizTalk Server services on a specific server.
Stop Stops all BizTalk Server services on a specific server.

Remarks

This class provides several server-wide operations. MSBTS_Server is created with an MSBTS_ServerSetting class instance.

For more information about the minimum security user rights required to administer a server, see Minimum Security User Rights.

Requirements

Header: Declared in BTSWMISchema2K.mof or BTSWMISchemaXP.mof.

Namespace: Included in \root\MicrosoftBizTalkServer.

See Also

MSBTS_Server.CheckIfCanInstallHostInstances Method (WMI)
MSBTS_Server.MgmtDbNameOverride Property (WMI)
MSBTS_Server.MgmtDbServerOverride Property (WMI)
MSBTS_Server.Name Property (WMI)
MSBTS_Server.Start Method (WMI)
MSBTS_Server.Stop Method (WMI)