Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Defines a server property associated with a Server element.
Sintaxis
<ServerProperties>
<ServerProperty>
<Name>...</Name>
<Value>...</Value>
<RequiresRestart>...</RequiresRestart>
<PendingValue>...</PendingValue>
<DefaultValue>...</DefaultValue>
<DisplayFlag>...</DisplayFlag>
</ServerProperty>
</ServerProperties>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
None |
Default value |
None |
Cardinality |
0-n: Optional element that can occur more than once. |
Element Relationships
| Relationship | Element |
|---|---|
Parent elements |
|
Child elements |
DefaultValue, DisplayFlag, Name, PendingValue, RequiresRestart, Value |
Notas
The ServerProperty element describes the data and metadata for a server property associated with an instance of Microsoft SQL Server 2005 Analysis Services (SSAS). Unlike elements contained by other collections in the Analysis Services Scripting Language (ASSL), the ServerProperty element uses name/value pairs instead of explicitly named elements to describe server properties. The name/value pairs provide for flexibility and extensibility.
The corresponding element in the Analysis Management Objects (AMO) object model is ServerProperty.
Vea también
Referencia
Server Element (ASSL)
Objects (ASSL)