Microsoft.SqlServer.Management.Utility 命名空间

The Microsoft.SqlServer.Management.Utility namespace contains classes that represent the SQL Server Utility objects.

The top-level instance is the Utility class, which proves the connection to the instance of SQL Server. The children of the Utility class are the other main type:

The SQL Server Utility objects can be used to discover instances of SQL Server on the network and include them in the SQL Server Utility. These instances can be converted into managed instances, which are then governed by the SQL Server Utility and can participate in deployments and policy management.

The SQL Server Utility uses DAC packages, which can be created using the DAC object and SMO objects in Design mode. A DAC package can be created by extraction from a list of components that make up a database application, or by importing a DAC package from a file. A list of DAC packages is stored in the SQL Server Utility in a catalog. A DAC package can be selected from this list and deployed onto targets that are suitable managed instances of SQL Server governed by the SQL Server Utility.

The Microsoft.SqlServer.Management.Utility namespace resides in the Microsoft.SqlServer.Management.Utility.dll file. Additionally, some supporting objects are in the Microsoft.SqlServer.Management.UtilityEnum.dll file. You need to import these files to access the classes in the Microsoft.SqlServer.Management.Utility namespace.

By using the Microsoft.SqlServer.Management.Utility namespace, you can:

  • Discover instances of SQL Server.

  • Include instances of SQL Server in the SQL Server Utility by making them managed or unmanaged.

  • Extract a DAC.

  • Import a DAC package.

  • Deploy a DAC on suitable instances in the SQL Server Utility.

  • Manage SQL Server Utility host resources.

  • Manage SQL Server instance resources.

  • Create and apply policies to target objects in the Utility.

  说明
公共类 Computer The Computer type represents a computer in the Utility domain, including certain physical properties that indicate the computer's performance and loading.
公共类 Computer.Key The Computer.Key class represents the key that identifies the Computer class.
公共类 ComputerCollection The ComputerCollection class represents a collection of Computer objects that represent all the computers managed in the Utility domain.
公共类 DataFileAdapter The DataFileAdapter type represents information about a data file.
公共类 DeployedDac The DeployedDac type represents a database application structure, in the form of a DAC package that has been installed on to a computer running an instance of SQL Server. 
公共类 DeployedDac.Key The DeployedDac.Key class represents the key that identifies the DeployedDac class.
公共类 DeployedDacCollection The DeployedDacCollection class represents a collection of DeployedDac objects that represent all the deployed DACs in the Utility domain.
公共类 LogFileAdapter The LogFileAdapter interface describes the extended properties that must be implemented by log file adapters.
公共类 ManagedInstance The ManagedInstance type represents an instance of SQL Server that is managed by the SQL Server Utility services to control policy, and deployments.
公共类 ManagedInstance.Key The ManagedInstance.Key class represents the key that identifies the ManagedInstance class.
公共类 ManagedInstanceCollection Represents a collection of managed instances of in the Utility.
公共类 NameKey Identifies Microsoft.SqlServer.Utility objects that use a name property as an Sfc key.
公共类 Utility The Utility class represents a utility control point (UCP) that defines methods and properties to manage one or more remote instances of SQL Server.
公共类 Utility.Key The Utility.Key class defines methods and properties that are used to identify the Utility within the System File Checker (SFC).
公共类 UtilityException The UtilityException class defines methods and properties that record utility exception information. It is the base class for all utility exception types.
公共类 Volume The Volume type represents information about a volume or disk partition on a computer in the SQL Server Utility domain. 
公共类 Volume.Key The Volume.Key class represents the key that identifies the Volume class.
公共类 VolumeCollection The VolumeCollection class represents a collection of Volume objects that represent all the volumes on a computer.

接口

  接口 说明
公共接口 IDataFilePerformanceFacet The IDataFilePerformanceFacet is an interface that represents the data file performance. This is used in determining performance based policies.
公共接口 ILogFilePerformanceFacet The ILogFilePerformanceFacet is an interface that represents the log file performance. This is used in determining performance-based policies.

枚举

  枚举 说明
公共枚举 DatabaseState Database state enumeration.
公共枚举 HealthState The HealthState enumeration contains values that are used to specify the state of the deployment.
公共枚举 ManagementState Enumerates the possible states of a ManagedInstance object.