Compartir a través de


CertificateStatementBase.ActiveForBeginDialog (Propiedad)

Obtiene o establece el valor opcional de la opción ACTIVE FOR BEGIN_DIALOG.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.OptionState
Devuelve un valor de enumeración OptionState.

Seguridad de .NET Framework

Vea también

Referencia

CertificateStatementBase Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)