ข้ามไปยังเนื้อหา

Class CdcCaptureExecutionRuntimeManagedConnectorPreflightOperationIds

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable managed-connector management-operation identifiers used by connector-management preflight answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorPreflightOperationIds

objectCdcCaptureExecutionRuntimeManagedConnectorPreflightOperationIds

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Cephalon would preflight delete follow-through for the managed connector.

public const string Delete = "delete"

string

No management operation is currently intended for the execution runtime.

public const string None = "none"

string

Cephalon would preflight pause follow-through for the managed connector.

public const string Pause = "pause"

string

Cephalon would preflight reconcile-style apply-and-reconcile follow-through for the managed connector.

public const string Reconcile = "reconcile"

string

Cephalon would preflight restart follow-through for the managed connector.

public const string Restart = "restart"

string

Cephalon would preflight resume follow-through for the managed connector.

public const string Resume = "resume"

string