Classe StorageInfo

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Class StorageInfo
'Utilizzo
Dim instance As StorageInfo
public class StorageInfo
public ref class StorageInfo
type StorageInfo =  class end
public class StorageInfo

Nel tipo StorageInfo sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Host Gets the name of the server on which either the original or the upgraded Integration Services packages are stored.
Proprietà pubblica 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.
Proprietà pubblica 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.
Proprietà pubblica Type Gets the type of storage that is used for either the original Integration Services packages or the upgraded packages.
Proprietà pubblica 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.

In alto

Metodi

  Nome Descrizione
Metodo pubblico EnumeratePackagePaths Returns a list of paths for the upgraded Integration Services packages in a given folder.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblicoMembro statico NewFileStorage Creates a new location on the file system in which the original or the upgraded packages will be stored.
Metodo pubblicoMembro statico NewServerStorage Creates a new Integration Services package store in which the original or the upgraded Integration Services packages.
Metodo pubblicoMembro statico NewSqlStorage Creates a new Microsoft SQL Server database in which the original or the upgraded Integration Services packages will be stored.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.