Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets a listing of files on the current working directory.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub GetListing ( _
<OutAttribute> ByRef pFolderNames As String(), _
<OutAttribute> ByRef pFileNames As String() _
)
'Usage
Dim instance As FTPClientConnection100Class
Dim pFolderNames As String()
Dim pFileNames As String()
instance.GetListing(pFolderNames, pFileNames)
public virtual void GetListing(
out string[] pFolderNames,
out string[] pFileNames
)
public:
virtual void GetListing(
[OutAttribute] array<String^>^% pFolderNames,
[OutAttribute] array<String^>^% pFileNames
)
abstract GetListing :
pFolderNames:string[] byref *
pFileNames:string[] byref -> unit
override GetListing :
pFolderNames:string[] byref *
pFileNames:string[] byref -> unit
public function GetListing(
pFolderNames : String[],
pFileNames : String[]
)
Parameter
- pFolderNames
Typ: array<System.String[]%
When this method returns, contains the list of folders found on the current working directory.
- pFileNames
Typ: array<System.String[]%
When this method returns, contains the list of files found on the current working directory.
Implementiert
IDTSFtpClientConnection100.GetListing(array<String[]%, array<String[]%)