Proprietà LocalizablePropertyDescriptor.ComponentType

Gets the type of the class that contains the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property ComponentType As Type 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

LocalizablePropertyDescriptor Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc