Share via


ConnectionManagerExcelClass.ExcelFilePath Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the path of the Excel workbook file.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property ExcelFilePath As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
The path of the Excel workbook file.

Implements

IDTSConnectionManagerExcel100.ExcelFilePath

Remarks

For more information, see ConnectionManager.

See Also

Reference

ConnectionManagerExcelClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace