Partager via


Classe StorageInfo

Provides information about the storage location for either the original or the upgraded Integration Services packages.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Dts.Runtime.StorageInfo

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Class StorageInfo
'Utilisation
Dim instance As StorageInfo
public class StorageInfo
public ref class StorageInfo
type StorageInfo =  class end
public class StorageInfo

Le type StorageInfo expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Host Gets the name of the server on which either the original or the upgraded Integration Services packages are stored.
Propriété publique RootFolder Gets or sets the path for the folder that contains the subfolder to which Integration Services will back up the original Integration Services packages before upgrading them.
Propriété publique ServerPassword Gets the password that SQL Server authentication requires to connect to the SQL Server database that stores the original or the upgraded Integration Services packages.
Propriété publique Type Gets the type of storage that is used for either the original Integration Services packages or the upgraded packages.
Propriété publique Username Gets the user name that SQL Server authentication requires to connect to the SQL Server database that stores either the original or upgraded Integration Services packages.

Haut de la page

Méthodes

  Nom Description
Méthode publique EnumeratePackagePaths Returns a list of paths for the upgraded Integration Services packages in a given folder.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publiqueMembre statique NewFileStorage Creates a new location on the file system in which the original or the upgraded packages will be stored.
Méthode publiqueMembre statique NewServerStorage Creates a new Integration Services package store in which the original or the upgraded packages.
Méthode publiqueMembre statique NewSqlStorage Creates a new Microsoft SQL Server database in which the original or the upgraded Integration Services packages will be stored.
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

One StorageInfo object for the original packages and one StorageInfo object for the upgraded packages is passed to the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime