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


RegSvrSmoObject.Properties Property

Gets the properties associated with the object.

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

Синтаксис

'Декларация
Public ReadOnly Property Properties As PropertyCollection
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
/** @property */
public PropertyCollection get_Properties ()
public function get Properties () : PropertyCollection

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

A PropertyCollection object value that specifies the properties of the object.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой 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.

См. также

Справочник

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

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

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