Compartir a través de


ExcelFilePath Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

For more information, see ConnectionManagerExcelClass.

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

Sintaxis

'Declaración
Property ExcelFilePath As String
    Get
    Set
'Uso
Dim instance As IDTSConnectionManagerExcel100
Dim value As String

value = instance.ExcelFilePath

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

Valor de la propiedad

Tipo: System. . :: . .String