SmoApplication 类

The SmoApplication class represents an SMO application with respect to event management.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..SmoApplication

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Class SmoApplication
用法
Dim instance As SmoApplication
public class SmoApplication
public ref class SmoApplication
type SmoApplication =  class end
public class SmoApplication

SmoApplication 类型公开以下成员。

构造函数

  名称 说明
公共方法 SmoApplication Initializes a new instance of the SmoApplication class.

页首

方法

  名称 说明
公共方法静态成员 EnumAvailableSqlServers() () () () Enumerates a list of available instances of SQL Server.
公共方法静态成员 EnumAvailableSqlServers(Boolean) Enumerates a list of local available instances of SQL Server.
公共方法静态成员 EnumAvailableSqlServers(String) Enumerates a list of available instances of SQL Server that are installed on the computer with the specified instance name.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

The SmoApplication object can be used to enumerate all the instances of SQL Server that are available to the application.

Events reside on the SmoApplication object.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。