ComAssembly コンストラクター (String)
ComAssembly の新しいインスタンスを指定のアセンブリで初期化します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub New ( _
name As String _
)
'使用
Dim name As String
Dim instance As New ComAssembly(name)
public ComAssembly(
string name
)
public:
ComAssembly(
String^ name
)
new :
name:string -> ComAssembly
public function ComAssembly(
name : String
)
パラメーター
- name
型: System. . :: . .String
ComAssembly の名前を表す String です。