QueryBinding Constructors
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.
Overloads
QueryBinding() |
Initializes a new instance of the QueryBinding class using default values. |
QueryBinding(String, String) |
Initializes a new instance of the QueryBinding class with the specified data source and query. |
QueryBinding()
Initializes a new instance of the QueryBinding class using default values.
public QueryBinding ();
Public Sub New ()
Applies to
QueryBinding(String, String)
Initializes a new instance of the QueryBinding class with the specified data source and query.
public QueryBinding (string dataSourceId, string query);
new Microsoft.AnalysisServices.QueryBinding : string * string -> Microsoft.AnalysisServices.QueryBinding
Public Sub New (dataSourceId As String, query As String)
Parameters
- dataSourceId
- String
The data source identifier.
- query
- String
The query.