Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets or sets the registry value name that controls the check box on the exception message box when ShowCheckbox is true.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (em Microsoft.ExceptionMessageBox.dll)
Sintaxe
'Declaração
Public Property CheckBoxRegistryValue As String
Get
Set
'Uso
Dim instance As ExceptionMessageBox
Dim value As String
value = instance.CheckBoxRegistryValue
instance.CheckBoxRegistryValue = value
public string CheckBoxRegistryValue { get; set; }
public:
property String^ CheckBoxRegistryValue {
String^ get ();
void set (String^ value);
}
member CheckBoxRegistryValue : string with get, set
function get CheckBoxRegistryValue () : String
function set CheckBoxRegistryValue (value : String)
Valor da propriedade
Tipo: System.String
A String value.
Comentários
CheckBoxRegistryKey is used with CheckBoxRegistryValue to initialize the selected state of the check box. If the specified registry value exists and contains a non-zero value, the check box state is selected; otherwise, it is clear. If ShowCheckbox is true, CheckBoxRegistryMeansDoNotShowDialog is true, and the registry value exists and contains a non-zero value, the exception message box is not displayed and ExceptionMessageBox returns DefaultDialogResult when Show is called.