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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AlterCryptographicProviderStatement Class