Clase DtsLocalizableAttribute
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Provides localization support from an embedded resource file.
Jerarquía de herencia
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Runtime.Localization.DtsLocalizableAttribute
Microsoft.SqlServer.Dts.Runtime.DtsConnectionAttribute
Microsoft.SqlServer.Dts.Runtime.DtsForEachEnumeratorAttribute
Microsoft.SqlServer.Dts.Runtime.DtsLogProviderAttribute
Microsoft.SqlServer.Dts.Runtime.DtsTaskAttribute
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public MustInherit Class DtsLocalizableAttribute _
Inherits Attribute
'Uso
Dim instance As DtsLocalizableAttribute
public abstract class DtsLocalizableAttribute : Attribute
public ref class DtsLocalizableAttribute abstract : public Attribute
[<AbstractClassAttribute>]
type DtsLocalizableAttribute =
class
inherit Attribute
end
public abstract class DtsLocalizableAttribute extends Attribute
El tipo DtsLocalizableAttribute expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DtsLocalizableAttribute | Infraestructura. Initializes a new instance of the DtsLocalizableAttribute class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Description | Infraestructura. Gets or sets the description of the DtsLocalizableAttribute. | |
DisplayName | Infraestructura. Gets or sets the display name of the DtsLocalizableAttribute. | |
LocalizationType | Infraestructura. Gets or sets the class that supplies values for the DtsLocalizableAttribute. | |
TypeId | (Se hereda de Attribute.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Attribute.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Attribute.) | |
GetType | (Se hereda de Object.) | |
IsDefaultAttribute | (Se hereda de Attribute.) | |
Match | (Se hereda de Attribute.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
_Attribute.GetIDsOfNames | (Se hereda de Attribute.) | |
_Attribute.GetTypeInfo | (Se hereda de Attribute.) | |
_Attribute.GetTypeInfoCount | (Se hereda de Attribute.) | |
_Attribute.Invoke | (Se hereda de Attribute.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization