Partilhar via


Propriedade do RDL LocalizablePropertyDescriptor.PropertyType

Gets the type of 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 PropertyType As Type 
    Get
'Uso
Dim instance As LocalizablePropertyDescriptor 
Dim value As Type 

value = instance.PropertyType
public override Type PropertyType { get; }
public:
virtual property Type^ PropertyType {
    Type^ get () override;
}
abstract PropertyType : Type 
override PropertyType : Type
override function get PropertyType () : Type

Valor da propriedade

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

Consulte também

Referência

LocalizablePropertyDescriptor Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc