次の方法で共有


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

名前および識別子を使用して、Perspective の新しいインスタンスを初期化します。

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

構文

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

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

パラメーター