Partager via


Classe ServerProperty

Defines a server property associated with a Server element. This class cannot be inherited.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices..::..ServerProperty

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")> _
Public NotInheritable Class ServerProperty _
    Implements ICloneable
'Utilisation
Dim instance As ServerProperty
[GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")]
public sealed class ServerProperty : ICloneable
[GuidAttribute(L"418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")]
public ref class ServerProperty sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")>]
type ServerProperty =  
    class
        interface ICloneable
    end
public final class ServerProperty implements ICloneable

Le type ServerProperty expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ServerProperty() () () () Initializes a new instance of the ServerProperty class by using default values.
Méthode publique ServerProperty(String, String) Initializes a new instance of ServerProperty by using a name and a value.

Haut de la page

Propriétés

  Nom Description
Propriété publique Category Gets or sets the category associated with a ServerProperty object.
Propriété publique DefaultValue Gets or sets the default value for a ServerProperty object.
Propriété publique DisplayFlag Gets or sets the display flag status.
Propriété publique FolderName Gets the folder name associated with a ServerProperty object.
Propriété publique Name Gets or sets the name of a ServerProperty object.
Propriété publique PendingValue Gets or sets the pending value of a ServerProperty object.
Propriété publique PropertyName Gets the property name from a ServerProperty object.
Propriété publique RequiresRestart Gets or sets a value associated with the ServerProperty object that indicates whether restart is required.
Propriété publique Type Gets or sets the type associated with a ServerProperty object.
Propriété publique Units Gets or sets the units associated with a ServerProperty object.
Propriété publique Value Gets or sets the type associated with a ServerProperty object.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates a new, full copy of a ServerProperty object.
Méthode publique CopyTo Copies a ServerProperty object to the specified object.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable. . :: . .Clone

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.