次の方法で共有


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

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

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

構文

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

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

パラメーター

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

関連項目

参照

NamedComponent クラス

NamedComponent オーバーロード

Microsoft.AnalysisServices 名前空間