इसके माध्यम से साझा किया गया


ApplicationClass.GetDtsServerPackageInfos Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see Application.

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

Syntax

'Declaration
Public Overridable Function GetDtsServerPackageInfos ( _
    bstrPackageFolder As String, _
    bstrServerName As String _
) As IDTSPackageInfos100
'Usage
Dim instance As ApplicationClass
Dim bstrPackageFolder As String
Dim bstrServerName As String
Dim returnValue As IDTSPackageInfos100

returnValue = instance.GetDtsServerPackageInfos(bstrPackageFolder, _
    bstrServerName)
public virtual IDTSPackageInfos100 GetDtsServerPackageInfos(
    string bstrPackageFolder,
    string bstrServerName
)
public:
virtual IDTSPackageInfos100^ GetDtsServerPackageInfos(
    [InAttribute] String^ bstrPackageFolder, 
    [InAttribute] String^ bstrServerName
)
abstract GetDtsServerPackageInfos : 
        bstrPackageFolder:string * 
        bstrServerName:string -> IDTSPackageInfos100 
override GetDtsServerPackageInfos : 
        bstrPackageFolder:string * 
        bstrServerName:string -> IDTSPackageInfos100 
public function GetDtsServerPackageInfos(
    bstrPackageFolder : String, 
    bstrServerName : String
) : IDTSPackageInfos100

Parameters

Implements

IDTSApplication100.GetDtsServerPackageInfos(String, String)