SqlFileStream.TransactionContext Property

Definition

Gets or sets the transaction context for this SqlFileStream object.

public:
 property cli::array <System::Byte> ^ TransactionContext { cli::array <System::Byte> ^ get(); };
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