Interface IServerSession
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public interface IServerSession : IDisposable, IQueryableObject
Properties
DatabaseName
Declaration
string DatabaseName { get; }
Property Value
Type | Description |
---|---|
string |
Server
Declaration
Server Server { get; }
Property Value
Type | Description |
---|---|
Server |
ServerName
Declaration
string ServerName { get; }
Property Value
Type | Description |
---|---|
string |
SessionID
Declaration
string SessionID { get; }
Property Value
Type | Description |
---|---|
string |