Compartir a través de


Clase HasStreamAttribute

Indica que una clase que es un tipo de entidad tiene un flujo de datos binarios predeterminado.

Jerarquía de herencia

System.Object
  System.Attribute
    System.Data.Services.Common.HasStreamAttribute

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 := False)> _
Public NotInheritable Class HasStreamAttribute _
    Inherits Attribute
'Uso
Dim instance As HasStreamAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public sealed class HasStreamAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = true, AllowMultiple = false)]
public ref class HasStreamAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = false)>]
type HasStreamAttribute =  
    class
        inherit Attribute
    end
public final class HasStreamAttribute extends Attribute

El tipo HasStreamAttribute expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
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 es el recurso multimedia.

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)