DataCollectorTypeUriAttribute Класс
Определение
Использует универсальный код ресурса (URI) для уникальной идентификации типа адаптера диагностических данных.Uses a URI to uniquely identify the type of a diagnostic data adapter.
public ref class DataCollectorTypeUriAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class DataCollectorTypeUriAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type DataCollectorTypeUriAttribute = class
inherit Attribute
Public NotInheritable Class DataCollectorTypeUriAttribute
Inherits Attribute
- Наследование
-
DataCollectorTypeUriAttribute
- Атрибуты
Конструкторы
DataCollectorTypeUriAttribute(String) |
Создает экземпляр DataCollectorTypeUriAttribute класса, используя предоставленную строку в качестве URI адаптера диагностических данных.Creates an instance of the DataCollectorTypeUriAttribute class by using the provided string as the URI for the diagnostic data adapter. |
Свойства
TypeUri |
Получает URI, который уникальным образом идентифицирует тип адаптера диагностических данных.Gets the URI that uniquely identifies the type of the diagnostic data adapter. |