Udostępnij za pośrednictwem


BaseLocalizableAttribute.Type Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Property Value

Type: System.Type
The type of the attribute.

See Also

Reference

BaseLocalizableAttribute Class

Microsoft.SqlServer.Dts.Runtime.Localization Namespace