Freigeben über


IDTSFtpClientConnection100.GetListing-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the listing for the client connection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub GetListing ( _
    <OutAttribute> ByRef pFolderNames As String(), _
    <OutAttribute> ByRef pFileNames As String() _
)
'Usage
Dim instance As IDTSFtpClientConnection100 
Dim pFolderNames As String()
Dim pFileNames As String()

instance.GetListing(pFolderNames, pFileNames)
void GetListing(
    out string[] pFolderNames,
    out string[] pFileNames
)
void GetListing(
    [OutAttribute] array<String^>^% pFolderNames, 
    [OutAttribute] array<String^>^% pFileNames
)
abstract GetListing : 
        pFolderNames:string[] byref * 
        pFileNames:string[] byref -> unit
function GetListing(
    pFolderNames : String[], 
    pFileNames : String[]
)

Parameter

Siehe auch

Verweis

IDTSFtpClientConnection100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace