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.