Partager via


Propriété BaseLocalizableAttribute.Type

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the type of the attribute.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Type As Type 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Type
The type of the attribute.

Voir aussi

Référence

BaseLocalizableAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Localization