次の方法で共有


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

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

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

構文

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

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

パラメーター