次の方法で共有


Connections.Add2 メソッド

定義

ブックに新しい接続を追加します。

public Microsoft.Office.Interop.Excel.WorkbookConnection Add2 (string Name, string Description, object ConnectionString, object CommandText, object lCmdtype, object CreateModelConnection, object ImportRelationships);
Public Function Add2 (Name As String, Description As String, ConnectionString As Object, CommandText As Object, Optional lCmdtype As Object, Optional CreateModelConnection As Object, Optional ImportRelationships As Object) As WorkbookConnection

パラメーター

Name
String

接続の名前を指定します。

Description
String

接続の簡単な説明を指定します。

ConnectionString
Object

接続文字列を指定します。

CommandText
Object

接続を作成するコマンド テキストを指定します。

lCmdtype
Object

コマンドの種類を指定します。

CreateModelConnection
Object

PowerPivot モデルへの接続を作成するかどうかを指定します。

ImportRelationships
Object

既存のリレーションシップをインポートするかどうかを指定します。

戻り値

適用対象