Właściwość ConnectionManagerExcelClass.ExcelFilePath
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat ConnectionManager.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Public Overridable Property ExcelFilePath As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Implementacje
Zobacz także