Package com.microstrategy.web.objects
Interface WebDSN
-
public interface WebDSN
The WebDSN interface represents a Data Source Name configured on the I-Server machine.- Since:
- MicroStrategy Web 9.0.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
Returns the description of the DSN.java.lang.String
getName()
Returns the name of the DSN.
-