次の方法で共有


ConnectionManagerExcelClass.ExcelFilePath プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Excel ブック ファイルのパスを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Public Overridable Property ExcelFilePath As String 
    Get 
    Set
'使用
Dim instance As ConnectionManagerExcelClass 
Dim value As String 

value = instance.ExcelFilePath

instance.ExcelFilePath = value
public virtual string ExcelFilePath { get; set; }
public:
virtual property String^ ExcelFilePath {
    String^ get ();
    void set (String^ value);
}
abstract ExcelFilePath : string with get, set 
override ExcelFilePath : string with get, set
function get ExcelFilePath () : String 
function set ExcelFilePath (value : String)

プロパティ値

型: System.String
Excel ブック ファイルのパスです。

実装

IDTSConnectionManagerExcel100.ExcelFilePath

説明

詳細については、「ConnectionManager」を参照してください。

関連項目

参照

ConnectionManagerExcelClass クラス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間