BeginDialogStatement.Encryption プロパティ

暗号化オプションを取得または設定します (省略可能)。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Encryption As OptionState
'使用
Dim instance As BeginDialogStatement
Dim value As OptionState

value = instance.Encryption

instance.Encryption = value
public OptionState Encryption { get; set; }
public:
property OptionState Encryption {
    OptionState get ();
    void set (OptionState value);
}
public function get Encryption () : OptionState
public function set Encryption (value : OptionState)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.OptionState
OptionState を返します。

参照

参照

BeginDialogStatement クラス

BeginDialogStatement メンバ

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