Свойство ConnectionManagerExcelClass.ExcelFilePath
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the path of the Excel workbook file.
Пространство имен: 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
The path of the Excel workbook file.
Реализует
IDTSConnectionManagerExcel100.ExcelFilePath
Замечания
For more information, see ConnectionManager.