Partilhar via


Propriedade do RDL ComponentType

Gets the type of the class that contains the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property ComponentType As Type
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Type
A Type object that represents the type of the class that contains the property.