Compartir a través de


Clase ServerProperty

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

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

El tipo ServerProperty expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ServerProperty() () () () Initializes a new instance of the ServerProperty class by using default values.
Método público ServerProperty(String, String) Initializes a new instance of ServerProperty by using a name and a value.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Category Gets or sets the category associated with a ServerProperty object.
Propiedad pública DefaultValue Gets or sets the default value for a ServerProperty object.
Propiedad pública DisplayFlag Gets or sets the display flag status.
Propiedad pública FolderName Gets the folder name associated with a ServerProperty object.
Propiedad pública Name Gets or sets the name of a ServerProperty object.
Propiedad pública PendingValue Gets or sets the pending value of a ServerProperty object.
Propiedad pública PropertyName Gets the property name from a ServerProperty object.
Propiedad pública RequiresRestart Gets or sets a value associated with the ServerProperty object that indicates whether restart is required.
Propiedad pública Type Gets or sets the type associated with a ServerProperty object.
Propiedad pública Units Gets or sets the units associated with a ServerProperty object.
Propiedad pública Value Gets or sets the type associated with a ServerProperty object.

Arriba

Métodos

  Nombre Descripción
Método público Clone Creates a new, full copy of a ServerProperty object.
Método público CopyTo Copies a ServerProperty object to the specified object.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable. . :: . .Clone

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.