ComAssembly コンストラクター (String, String)
ComAssembly の新しいインスタンスを指定のアセンブリとその識別子で初期化します。
名前空間: 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 ComAssembly(name, id)
public ComAssembly(
string name,
string id
)
public:
ComAssembly(
String^ name,
String^ id
)
new :
name:string *
id:string -> ComAssembly
public function ComAssembly(
name : String,
id : String
)
パラメーター
- name
型: System. . :: . .String
ComAssembly の名前を表す String です。
- id
型: System. . :: . .String
ComAssembly の識別子を表す String です。