Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.EnableDisableOptionType
The option type.