SingleResultAttribute-Klasse
Attribut, das für Dienstvorgänge verwendet wird, um anzugeben, dass sie eine einzelne Instanz ihres Rückgabeelements zurückgeben.
Vererbungshierarchie
System.Object
System.Attribute
System.Data.Services.SingleResultAttribute
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False, Inherited := True)> _
Public NotInheritable Class SingleResultAttribute _
Inherits Attribute
'Usage
Dim instance As SingleResultAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class SingleResultAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false, Inherited = true)]
public ref class SingleResultAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false, Inherited = true)>]
type SingleResultAttribute =
class
inherit Attribute
end
public final class SingleResultAttribute extends Attribute
Der SingleResultAttribute-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SingleResultAttribute | Initialisiert eine neue Instanz der SingleResultAttribute-Klasse. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
TypeId | (Geerbt von Attribute.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Attribute.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Attribute.) | |
GetType | (Geerbt von Object.) | |
IsDefaultAttribute | (Geerbt von Attribute.) | |
Match | (Geerbt von Attribute.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
_Attribute.GetIDsOfNames | (Geerbt von Attribute.) | |
_Attribute.GetTypeInfo | (Geerbt von Attribute.) | |
_Attribute.GetTypeInfoCount | (Geerbt von Attribute.) | |
_Attribute.Invoke | (Geerbt von Attribute.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.