Свойство Properties
Возвращает коллекцию объектов Property. Коллекция PropertyCollection представляет свойства объекта Configuration.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Properties As ConfigPropertyCollection
Get
'Применение
Dim instance As Configuration
Dim value As ConfigPropertyCollection
value = instance.Properties
public ConfigPropertyCollection Properties { get; }
public:
property ConfigPropertyCollection^ Properties {
ConfigPropertyCollection^ get ();
}
member Properties : ConfigPropertyCollection
function get Properties () : ConfigPropertyCollection
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .ConfigPropertyCollection
Объект ConfigPropertyCollection, который задает коллекцию свойств объекта Configuration.
См. также