DataSourceView Constructor (String)
Initializes a new instance of DataSourceView using a name.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
name As String _
)
public DataSourceView (
string name
)
public:
DataSourceView (
String^ name
)
public DataSourceView (
String name
)
public function DataSourceView (
name : String
)
Parametri
- name
A String that contains the name of the DataSourceView.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
DataSourceView Class
DataSourceView Members
Microsoft.AnalysisServices Namespace