Proprietà ConnectionManagerExcelClass.ExcelFilePath
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the path of the Excel workbook file.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable Property ExcelFilePath As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The path of the Excel workbook file.
Implementa
IDTSConnectionManagerExcel100.ExcelFilePath
Osservazioni
For more information, see ConnectionManager.