Share via


DataOperationStateProvider.OperationId Property

Definition

Gets the data operation unique identifier. Operations that need to create one or more temporary database object can use this unique string in their object names. This property cannot be empty or null, must be 6 chars and must remain constant throughout the data operation lifetime (and resume attempts).

public string OperationId { get; protected set; }
member this.OperationId : string with get, set
Public Property OperationId As String

Property Value

Applies to