Udostępnij za pośrednictwem


Konstruktor DataSourceView (String)

Inicjuje nowe wystąpienie DataSourceView przy użyciu nazwy.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Sub New ( _
    name As String _
)
'Użycie
Dim name As String

Dim instance As New DataSourceView(name)
public DataSourceView(
    string name
)
public:
DataSourceView(
    String^ name
)
new : 
        name:string -> DataSourceView
public function DataSourceView(
    name : String
)

Parametry