Freigeben über


BaseLocalizableAttribute.Type-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the type of the attribute.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property Type As Type 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Type
The type of the attribute.

Siehe auch

Verweis

BaseLocalizableAttribute Klasse

Microsoft.SqlServer.Dts.Runtime.Localization-Namespace