Proprietà BaseLocalizableAttribute.Type

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the type of the attribute.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Type As Type 
    Get
'Utilizzo
Dim instance As BaseLocalizableAttribute 
Dim value As Type 

value = instance.Type
public Type Type { get; }
public:
property Type^ Type {
    Type^ get ();
}
member Type : Type
function get Type () : Type

Valore proprietà

Tipo: System.Type
The type of the attribute.

Vedere anche

Riferimento

BaseLocalizableAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization