Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines a server property associated with a Server element.
Syntax
<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 | ServerProperties |
| Child elements | DefaultValue, DisplayFlag, Name, PendingValue, RequiresRestart, Value |
Remarks
The ServerProperty element describes the data and metadata for a server property associated with an instance of Analysis Services. 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.