AlterCryptographicProviderStatement.Option-Eigenschaft

Ruft den Optionstyp ab oder legt diesen fest.

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

Syntax

'Declaration
Public Property Option As EnableDisableOptionType
    Get
    Set
public EnableDisableOptionType Option { get; set; }
public:
property EnableDisableOptionType Option {
    EnableDisableOptionType get ();
    void set (EnableDisableOptionType value);
}
member Option : EnableDisableOptionType with get, set
function get Option () : EnableDisableOptionType
function set Option (value : EnableDisableOptionType)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EnableDisableOptionType
Gibt einen EnableDisableOptionType-Wert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterCryptographicProviderStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace