Partager via


AdomdConnection.SessionID Property

Gets or sets the string identifier of the session that the AdomdConnection opened with the server.

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
Public Property SessionID As String
public string SessionID { get; set; }
public:
property String^ SessionID {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_SessionID ()

/** @property */
public void set_SessionID (String value)
public function get SessionID () : String

public function set SessionID (value : String)

Valeur de propriété

A string that contains a string identifier that represents the unique ID of a session.

Exceptions

Type d'exception Condition
System.InvalidOperationException

The session ID was set after the connection was opened.

Notes

The value of this property can only be set before the connection is opened.

Each session has a unique ID for connection purposes. You can use this property, along with the Open and Close methods, to pool sessions. Because an AdomdConnection can be destroyed without destroying the session, the session ID can be used to maintain state by reconnecting to a specific active session.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

AdomdConnection Class
AdomdConnection Members
Microsoft.AnalysisServices.AdomdClient Namespace