Server.ServerProperties Property
Gets a collection of server properties associated with a specific Server object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<XmlArrayAttribute> _
Public ReadOnly Property ServerProperties As ServerPropertyCollection
[XmlArrayAttribute]
public ServerPropertyCollection ServerProperties { get; }
[XmlArrayAttribute]
public:
property ServerPropertyCollection^ ServerProperties {
ServerPropertyCollection^ get ();
}
/** @property */
public ServerPropertyCollection get_ServerProperties ()
public function get ServerProperties () : ServerPropertyCollection
Valor de propiedad
A collection of ServerProperties that contains a number of Contains records.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Server Class
Server Members
Microsoft.AnalysisServices Namespace