次の方法で共有


Perspective コンストラクター (String)

名前を使用して、Perspective の新しいインスタンスを初期化します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub New ( _
    name As String _
)
'使用
Dim name As String

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

パラメーター