Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the schema data set associated with a DataSourceView object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Schema As DataSet
Get
Set
'Usage
Dim instance As DataSourceView
Dim value As DataSet
value = instance.Schema
instance.Schema = value
[BrowsableAttribute(false)]
public DataSet Schema { get; set; }
[BrowsableAttribute(false)]
public:
property DataSet^ Schema {
DataSet^ get ();
void set (DataSet^ value);
}
[<BrowsableAttribute(false)>]
member Schema : DataSet with get, set
function get Schema () : DataSet
function set Schema (value : DataSet)
Property Value
Type: System.Data.DataSet
A DataSet object.