Méthode Project.OpenProject (String)
Opens an existing project in the specified file.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Shared Function OpenProject ( _
projectFileName As String _
) As Project
'Utilisation
Dim projectFileName As String
Dim returnValue As Project
returnValue = Project.OpenProject(projectFileName)
public static Project OpenProject(
string projectFileName
)
public:
static Project^ OpenProject(
String^ projectFileName
)
static member OpenProject :
projectFileName:string -> Project
public static function OpenProject(
projectFileName : String
) : Project
Paramètres
- projectFileName
Type : System.String
The project file path.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Project
An opened project.