Udostępnij przez


StorageInfo Members

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

The following tables list the members exposed by the StorageInfo type.

Public Properties

  Name Description
Cc280913.pubproperty(pl-pl,SQL.100).gif Host Gets the name of the server on which either the original or the upgraded Integration Services packages are stored.
Cc280913.pubproperty(pl-pl,SQL.100).gif 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.
Cc280913.pubproperty(pl-pl,SQL.100).gif 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.
Cc280913.pubproperty(pl-pl,SQL.100).gif Type Gets the type of storage that is used for either the original Integration Services packages or the upgraded packages.
Cc280913.pubproperty(pl-pl,SQL.100).gif 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

Public Methods

(see also Protected Methods )

  Name Description
Cc280913.pubmethod(pl-pl,SQL.100).gif EnumeratePackagePaths Returns a list of paths for the upgraded Integration Services packages in a given folder.
Cc280913.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
Cc280913.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
Cc280913.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
Cc280913.pubmethod(pl-pl,SQL.100).gifCc280913.static(pl-pl,SQL.100).gif NewFileStorage Creates a new location on the file system in which the original or the upgraded Integration Services packages will be stored.
Cc280913.pubmethod(pl-pl,SQL.100).gifCc280913.static(pl-pl,SQL.100).gif NewServerStorage Creates a new Integration Services package store in which the original or the upgraded Integration Services packages.
Cc280913.pubmethod(pl-pl,SQL.100).gifCc280913.static(pl-pl,SQL.100).gif NewSqlStorage Creates a new Microsoft SQL Server database in which the original or the upgraded Integration Services packages will be stored.
Cc280913.pubmethod(pl-pl,SQL.100).gifCc280913.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
Cc280913.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Cc280913.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
Cc280913.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top