SqlFileStream.TransactionContext Property

Definition

Gets or sets the transaction context for this SqlFileStream object.

public byte[] TransactionContext { get; }
member this.TransactionContext : byte[]
Public ReadOnly Property TransactionContext As Byte()

Property Value

Byte[]

The TransactionContext array that was passed to the constructor for this SqlFileStream object.

Applies to

See also