Propriedade do RDL ConnectionManagerExcelClass.ExcelFilePath
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the path of the Excel workbook file.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
The path of the Excel workbook file.
Implementa
IDTSConnectionManagerExcel100.ExcelFilePath
Comentários
For more information, see ConnectionManager.