Share via


StorageInfo Members

Include Protected Members
Include Inherited Members

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

The StorageInfo type exposes the following members.

Methods

  Name Description
Public method EnumeratePackagePaths() Returns a list of paths for the upgraded Integration Services packages in a given folder.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public methodStatic member NewFileStorage() Creates a new location on the file system in which the original or the upgraded packages will be stored.
Public methodStatic member NewServerStorage(String) Creates a new Integration Services package store in which the original or the upgraded Integration Services packages.
Public methodStatic member NewSqlStorage(String, String, String) Creates a new Microsoft SQL Server database in which the original or the upgraded Integration Services packages will be stored.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Host Gets the name of the server on which either the original or the upgraded Integration Services packages are stored.
Public property 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.
Public property 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.
Public property Type Gets the type of storage that is used for either the original Integration Services packages or the upgraded packages.
Public property 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.

Top