Proprietà Schema
Gets or sets the schema data set associated with a DataSourceView object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public Property Schema As DataSet
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Data. . :: . .DataSet
A DataSet object.