ServerGroup.ServerType Property

Gets the Guid object value that specifies the type of server associated with the server group.

Пространство имен: Microsoft.SqlServer.Management.Smo.RegisteredServers
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property ServerType As Guid
public Guid ServerType { get; }
public:
property Guid ServerType {
    Guid get ();
}
/** @property */
public Guid get_ServerType ()
public function get ServerType () : Guid

Значение свойства

A Guid system object value that specifies the type of server associated with the server group.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ServerGroup Class
ServerGroup Members
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace

Другие ресурсы

Управление зарегистрированными серверами
sp_ActiveDirectory_SCP (Transact-SQL)