Dela via


AlterCryptographicProviderStatement.Option Property

Gets or sets the option type.

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
'Usage
Dim instance As AlterCryptographicProviderStatement 
Dim value As EnableDisableOptionType 

value = instance.Option

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

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.EnableDisableOptionType

.NET Framework Security

See Also

Reference

AlterCryptographicProviderStatement Class

AlterCryptographicProviderStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace