Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the option type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Option As EnableDisableOptionType
Get
Set
'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);
}
member Option : EnableDisableOptionType with get, set
function get Option () : EnableDisableOptionType
function set Option (value : EnableDisableOptionType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EnableDisableOptionType
The option type.