Свойство ProtocolBase.ProtocolProperties
Represents a collection of ProtocolProperty objects. Each ProtocolProperty object represents an attribute defined on the referenced protocol.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public ReadOnly Property ProtocolProperties As ProtocolPropertyCollection
Get
'Применение
Dim instance As ProtocolBase
Dim value As ProtocolPropertyCollection
value = instance.ProtocolProperties
public ProtocolPropertyCollection ProtocolProperties { get; }
public:
property ProtocolPropertyCollection^ ProtocolProperties {
ProtocolPropertyCollection^ get ();
}
member ProtocolProperties : ProtocolPropertyCollection
function get ProtocolProperties () : ProtocolPropertyCollection
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
A ProtocolPropertyCollection object that represents all the attributes defined on the referenced protocol.
Примеры
Управление службами и сетевыми настройками с помощью поставщика WMI
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Wmi