CertificateStatementBase.ActiveForBeginDialog-Eigenschaft

Ruft den Wert der optionalen ACTIVE FOR BEGIN_DIALOG-Option ab oder legt ihn fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.OptionState
Gibt einen OptionState-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

CertificateStatementBase Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace