Interface ITableauServerVersionProvider
Interface for a class representing a server's version information.
Namespace: Tableau.Migration.Api
Assembly: Tableau.Migration.dll
Syntax
public interface ITableauServerVersionProvider
Properties
Version
Gets the current Tableau server's version information.
Declaration
TableauServerVersion? Version { get; }
Property Value
| Type | Description |
|---|---|
| TableauServerVersion? |
Methods
Set(TableauServerVersion)
Sets the current version information.
Declaration
void Set(TableauServerVersion version)
Parameters
| Type | Name | Description |
|---|---|---|
| TableauServerVersion | version | The server's version information. |