ExceptionMessageBox.Buttons Property

Definition

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use Buttons instead.

public:
 property Microsoft::NetEnterpriseServers::ExceptionMessageBoxButtons Buttons { Microsoft::NetEnterpriseServers::ExceptionMessageBoxButtons get(); void set(Microsoft::NetEnterpriseServers::ExceptionMessageBoxButtons value); };
public Microsoft.NetEnterpriseServers.ExceptionMessageBoxButtons Buttons { get; set; }
member this.Buttons : Microsoft.NetEnterpriseServers.ExceptionMessageBoxButtons with get, set
Public Property Buttons As ExceptionMessageBoxButtons

Property Value

An ExceptionMessageBoxButtons value.

Applies to