Propriedade CertificateStatementBase.ActiveForBeginDialog

Obtém ou define o valor de opção opcional de ativo para for BEGIN_DIALOG.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property ActiveForBeginDialog As OptionState
    Get
    Set
public OptionState ActiveForBeginDialog { get; set; }
public:
property OptionState ActiveForBeginDialog {
    OptionState get ();
    void set (OptionState value);
}
member ActiveForBeginDialog : OptionState with get, set
function get ActiveForBeginDialog () : OptionState
function set ActiveForBeginDialog (value : OptionState)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.OptionState
Retorna um OptionState valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

CertificateStatementBase Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql