次の方法で共有


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

NamedComponent クラスの新しいインスタンスを初期化します。

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

構文

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

Dim instance As New NamedComponent(name)
protected NamedComponent(
    string name
)
protected:
NamedComponent(
    String^ name
)
new : 
        name:string -> NamedComponent
protected function NamedComponent(
    name : String
)

パラメーター

  • name
    型: System.String
    コンポーネントの名前です。

関連項目

参照

NamedComponent クラス

NamedComponent オーバーロード

Microsoft.AnalysisServices 名前空間