Compartir a través de


ConnectionManagerExcelClass.ExcelFilePath Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the path of the Excel workbook file.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Property ExcelFilePath As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Implementa

IDTSConnectionManagerExcel100.ExcelFilePath

Comentarios

For more information, see ConnectionManager.

Vea también

Referencia

ConnectionManagerExcelClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper