Clase LocalizedPropertyResourcesAttribute
Provides the ability to specify the name of the resources that contain localized property category, name, and description strings. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Jerarquía de herencia
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Enum Or AttributeTargets.Interface)> _
Public Class LocalizedPropertyResourcesAttribute _
Inherits Attribute
'Uso
Dim instance As LocalizedPropertyResourcesAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface)]
public class LocalizedPropertyResourcesAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct|AttributeTargets::Enum|AttributeTargets::Interface)]
public ref class LocalizedPropertyResourcesAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface)>]
type LocalizedPropertyResourcesAttribute =
class
inherit Attribute
end
public class LocalizedPropertyResourcesAttribute extends Attribute
El tipo LocalizedPropertyResourcesAttribute expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
LocalizedPropertyResourcesAttribute(String) | Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified resources name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
LocalizedPropertyResourcesAttribute(Type) | Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified Type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
LocalizedPropertyResourcesAttribute(String, Boolean) | Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified resources name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ResourcesName | Gets the name of the resources that contain localized property category and name strings. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
TypeId | (Se hereda de Attribute.) | |
UseDefaultKeys | Gets a value that indicates whether to use the keys by default or to retrieve the keys as attributes. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
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.