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


Свойство Service.AdvancedProperties

Represents a collection of Property objects. Each Property object represents an advanced property defined on the SQL Server service.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Wmi
Сборка:  Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)

Синтаксис

'Декларация
Public ReadOnly Property AdvancedProperties As PropertyCollection 
    Get
'Применение
Dim instance As Service 
Dim value As PropertyCollection 

value = instance.AdvancedProperties
public PropertyCollection AdvancedProperties { get; }
public:
property PropertyCollection^ AdvancedProperties {
    PropertyCollection^ get ();
}
member AdvancedProperties : PropertyCollection
function get AdvancedProperties () : PropertyCollection

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

Тип: Microsoft.SqlServer.Management.Smo.PropertyCollection
A PropertyCollection object that represents all the advanced properties defined on the SQL Server service.

Примеры

Управление службами и сетевыми настройками с помощью поставщика WMI

См. также

Справочник

Service Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Wmi

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

WMI and SQL Server

Соединение с компонентом SQL Server Database Engine