ComAssembly Constructor (String, String)
ComAssembly の新しいインスタンスを指定のアセンブリとその識別子で初期化します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
Public Sub New ( _
name As String, _
id As String _
)
public ComAssembly (
string name,
string id
)
public:
ComAssembly (
String^ name,
String^ id
)
public ComAssembly (
String name,
String id
)
public function ComAssembly (
name : String,
id : String
)
パラメータ
- name
ComAssembly の名前を表す String です。
- id
ComAssembly の識別子を表す String です。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ComAssembly Class
ComAssembly Members
Microsoft.AnalysisServices Namespace