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.
The RemoveDiscontinuedFeatures command<393> performs the removal of deprecated features from the database.
-
<xsd:complexType name="RemoveDiscontinuedFeatures"> <xsd:all> <xsd:element name="DatabaseID" type="xsd:string" minOccurs="1" /> <xsd:element name="RemoveDataMining" type="xsd:boolean" minOccurs="0" /> <xsd:element ref="eng922:EnsureProperEncryption" minOccurs="0" /> </xsd:all> </xsd:complexType>
The RemoveDiscontinuedFeatures XSD depends upon the following definitions in namespaces other than the default namespace.
In the namespace eng922:
-
<xsd:element name="eng922:EnsureProperEncryption" type="xsd:boolean" />
The following table shows the XML elements included in the RemoveDiscontinuedFeatures command.
|
Element |
Default value |
Description |
|---|---|---|
|
DatabaseID |
[Required] |
The ID of the database that has Data Mining artifacts. The DatabaseID element MUST be present. |
|
RemoveDataMining |
Empty |
A Boolean that, when true, indicates that all DataMining artifacts are to be removed from the database; otherwise false. |
|
EnsureProperEncryption |
False |
A Boolean that, when true, indicates that a database performs an upgrade of the database encryption key and secrets stored in the database. |
The return result type for the RemoveDiscontinuedFeatures command is xmla-e:emptyresult.