Поделиться через


Класс 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.