Свойство ComponentType
Gets the type of the class that contains the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Overrides ReadOnly Property ComponentType As Type
Get
'Применение
Dim instance As LocalizablePropertyDescriptor
Dim value As Type
value = instance.ComponentType
public override Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
Type^ get () override;
}
abstract ComponentType : Type
override ComponentType : Type
override function get ComponentType () : Type
Значение свойства
Тип: System. . :: . .Type
A Type object that represents the type of the class that contains the property.