Partilhar via


Propriedade do RDL BaseLocalizableAttribute.Type

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the type of the attribute.

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

Sintaxe

'Declaração
Public ReadOnly Property Type As Type 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Type
The type of the attribute.

Consulte também

Referência

BaseLocalizableAttribute Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Localization