Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.35 KB

File metadata and controls

69 lines (57 loc) · 2.35 KB
title DefaultValue Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
DefaultValue Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
DefaultValue
helpviewer_keywords
DefaultValue element
ms.assetid 87e964a3-f317-46c3-98c7-b3621765c77b
caps.latest.revision 37
author Minewiskan
ms.author owend
manager erikre

DefaultValue Element (ASSL)

Contains the read-only default value of the associated ServerProperty element.

Syntax

  
<ServerProperty>  
   ...  
   <DefaultValue>   </DefaultValue>  
   ...  
</ServerProperty>  

Element Characteristics

Characteristic Description
Data type and length Any simpleType
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements ServerProperty
Child elements None

Remarks

This element contains the read-only installation default value of the ServerProperty for the current instance of [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion]. The default value is supplied by the instance, and typically cannot be changed.

The element that corresponds to the parent of DefaultValue in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ServerProperty.

See Also

ServerProperties Element (ASSL)
Server Element (ASSL)
Properties (ASSL)