共用方式為


CertificateStatementBase.ActiveForBeginDialog 屬性

取得或設定 ACTIVE FOR BEGIN_DIALOG 選擇性的選項值。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.OptionState
傳回 OptionState 列舉值。

.NET Framework 安全性

請參閱

參考

CertificateStatementBase 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間