StructuredDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a data source that uses JSON-based extensible protocol to define the location and mechanism of retrieving the data.
public class StructuredDataSource : Microsoft.AnalysisServices.Tabular.DataSource
type StructuredDataSource = class
inherit DataSource
Public Class StructuredDataSource
Inherits DataSource
- Inheritance
Remarks
This metadata object is only supported when the compatibility level of the database is at 1400 or above.
Constructors
StructuredDataSource() |
Create a new instance of the StructuredDataSource class with default settings.. |
Properties
Annotations |
Gets the collection object of all annotations in the current DataSource. (Inherited from DataSource) |
ConnectionDetails |
Connection address and protocol. |
ContextExpression |
For internal use only. |
Credential |
Credential information used to authenticate the connection against the data source. |
Description |
The description of the data source, visible to developers at design time and to administrators in management tools, such as SQL Server Management Studio. (Inherited from DataSource) |
ExtendedProperties |
Gets the collection object of all extendedproperties in the current DataSource. (Inherited from DataSource) |
IsRemoved |
A Boolean specifying whether this object was removed from an object tree. (Inherited from MetadataObject) |
MaxConnections |
The maximum number of connections to be opened concurrently to the data source. (Inherited from DataSource) |
Model |
Gets the Tabular model that contains this object. (Inherited from MetadataObject) |
ModifiedTime |
The time that the object was last modified. (Inherited from DataSource) |
Name |
Gets or Sets the Name of this object. (Inherited from DataSource) |
ObjectType |
Gets the type of the object. (Inherited from DataSource) |
Options |
Protocol-specific options used to connect the data source by the Mashup library. |
Parent |
Parent object, null for Model objects. (Inherited from DataSource) |
Type |
The type of DataSource. At present, the only possible value is Provider, which refers to a data source that accepts a connection string. (Inherited from DataSource) |
Methods
Clone() |
Creates a new, full copy of a DataSource object. (Inherited from DataSource) |
CopyFrom(DataSource) |
Obsolete.
Deprecated. Use CopyTo method instead. (Inherited from DataSource) |
CopyTo(DataSource) |
Copies a DataSource object to the specified object. (Inherited from DataSource) |
Rename(String) |
Obsolete.
Deprecated. Use RequestRename method instead. (Inherited from DataSource) |
RequestRename(String) |
Request rename of this object. (Inherited from DataSource) |
Validate() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from MetadataObject) |