Compartir a través de


Server.ServerProperties Propiedad

Gets a collection of server properties associated with a specific Server object.

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

Sintaxis

'Declaración
Public ReadOnly Property ServerProperties As ServerPropertyCollection 
    Get
'Uso
Dim instance As Server 
Dim value As ServerPropertyCollection 

value = instance.ServerProperties
public ServerPropertyCollection ServerProperties { get; }
public:
property ServerPropertyCollection^ ServerProperties {
    ServerPropertyCollection^ get ();
}
member ServerProperties : ServerPropertyCollection
function get ServerProperties () : ServerPropertyCollection

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.ServerPropertyCollection
A collection of server properties that contains a number of Contains records.

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.AnalysisServices