Freigeben über


ServerProperty-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.ServerProperty

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")> _
Public NotInheritable Class ServerProperty _
    Implements ICloneable
'Usage
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

Der ServerProperty-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ServerProperty() Initializes a new instance of the ServerProperty class by using default values.
Öffentliche Methode ServerProperty(String, String) Initializes a new instance of ServerProperty by using a name and a value.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates a new, full copy of a ServerProperty object.
Öffentliche Methode CopyTo Copies a ServerProperty object to the specified object.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates a copy of the specified object.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace