Compartir a través de


Clase NamedStreamAttribute

Indica que una clase que es un tipo de entidad tiene un flujo binario con nombre relacionado.

Jerarquía de herencia

System.Object
  System.Attribute
    System.Data.Services.Common.NamedStreamAttribute

Espacio de nombres:  System.Data.Services.Common
Ensamblado:  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Sintaxis

'Declaración
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := True, AllowMultiple := True)> _
Public NotInheritable Class NamedStreamAttribute _
    Inherits Attribute
'Uso
Dim instance As NamedStreamAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public sealed class NamedStreamAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = true, AllowMultiple = true)]
public ref class NamedStreamAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = true)>]
type NamedStreamAttribute =  
    class
        inherit Attribute
    end
public final class NamedStreamAttribute extends Attribute

El tipo NamedStreamAttribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público NamedStreamAttribute Crea una nueva instancia de la clase NamedStreamAttribute.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name El nombre de un flujo binario que pertenece a la entidad con atributos.
Propiedad pública TypeId (Se hereda de Attribute.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Attribute.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Attribute.)
Método público GetType (Se hereda de Object.)
Método público IsDefaultAttribute (Se hereda de Attribute.)
Método público Match (Se hereda de Attribute.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.Invoke (Se hereda de Attribute.)

Arriba

Comentarios

En terminología de Open Data Protocol (OData), la entidad se conoce como entrada de vínculo de multimedia y el flujo de datos binarios con nombre es un recurso multimedia con nombre.

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 System.Data.Services.Common

Otros recursos

Trabajar con datos binarios (Servicios de datos de WCF)