Aracılığıyla paylaş


Core.CustomOperationAttribute sınıfı (F#)

Hesaplama builder türündeki üye özel sorgu işleçtir ve işleç adını gösterir gösterir.

Ad alanı/modül yol: Microsoft.FSharp.Core

Derleme: FSharp.Core (FSharp.Core.dll),

[<AttributeUsage(AttributeTargets.Method, AllowMultiple = false)>]
[<Sealed>]
type 
CustomOperationAttribute
 =
 class
  new CustomOperationAttribute : string -> CustomOperationAttribute
  member this.AllowIntoPattern : bool with get, set
  member this.IsLikeGroupJoin : bool with get, set
  member this.IsLikeJoin : bool with get, set
  member this.IsLikeZip : bool with get, set
  member this.MaintainsVariableSpace : bool with get, set
  member this.MaintainsVariableSpaceUsingBind : bool with get, set
  member this.Name : string
  member this.IsLikeGroupJoin : bool with get, set
  member this.IsLikeJoin : bool with get, set
  member this.IsLikeZip : bool with get, set
  member this.JoinConditionWord : string with get, set
  member this.MaintainsVariableSpace : bool with get, set
  member this.MaintainsVariableSpaceUsingBind  : bool with get, set
 end

Notlar

Kısa adı şeklinde de kullanılabilir CustomOperation.

Oluşturucular

Üye

Description

new

Özniteliğin örneğini oluşturur

Örnek Üyeler

Üye

Description

AllowIntoPattern : bool get ile ayarlama

Özel işlem kullanımını destekleyip desteklemediğini gösterir into hemen sonra bir sorgu veya diğer hesaplama ifadesi işlemin sonuçları tüketen operasyonun kullanın.

IsLikeGroupJoin : bool get ile ayarlama

İki giriş ve korelasyon kısıtlamayı destekler ve bir grup oluşturur, özel işlem sırası hesaplama grubu birleştirme benzer bir işlem olup olmadığını gösterir.

IsLikeJoin : bool get ile ayarlama

İki giriş ve korelasyon kısıtlamayı destekler, özel işlem sırası hesaplaması birleştirme benzer bir işlem olup olmadığını gösterir.

IsLikeZip : bool get ile ayarlama

Özel işlem iki giriş desteklemediği bir zip sıra hesaplaması için benzer bir işlem olup olmadığını gösterir.

JoinConditionWord : dize

Özel sorgu işleç birleştirme gibi işleçler için "on" bölümü için kullanılan adı gösterir.

MaintainsVariableSpace : bool get ile ayarlama

Özel işlem hesaplama ifadesi sorgu değişken alanı korur, gösterir.

MaintainsVariableSpaceUsingBind : bool get ile ayarlama

Özel işlem hesaplama ifadesi bağlama işlemi kullanılarak sorgu değişken alanı korur, gösterir.

Adı : dize

Bir sorgu veya diğer bir hesaplama ifadesi kullanıldığında özel işlem adı.

Platformlar

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Sürüm Bilgisi

F# Çekirdek Kitaplığı sürümleri

Desteklenen: 2.0, 4.0, Portable

Ayrıca bkz.

Başvuru

Microsoft.FSharp.Core İsim Uzayı (F#)