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
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.Data.Schema.ScriptDom.Sql.EnableDisableOptionType
Returns a EnableDisableOptionType value.
.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.