Compartilhar via


Classe StorageInfo

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Class StorageInfo
'Uso
Dim instance As StorageInfo
public class StorageInfo
public ref class StorageInfo
type StorageInfo =  class end
public class StorageInfo

O tipo StorageInfo expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Host Gets the name of the server on which either the original or the upgraded Integration Services packages are stored.
Propriedade pública 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.
Propriedade pública 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.
Propriedade pública Type Gets the type of storage that is used for either the original Integration Services packages or the upgraded packages.
Propriedade pública 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ício

Métodos

  Nome Descrição
Método público EnumeratePackagePaths Returns a list of paths for the upgraded Integration Services packages in a given folder.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método públicoMembro estático NewFileStorage Creates a new location on the file system in which the original or the upgraded packages will be stored.
Método públicoMembro estático NewServerStorage Creates a new Integration Services package store in which the original or the upgraded packages.
Método públicoMembro estático NewSqlStorage Creates a new Microsoft SQL Server database in which the original or the upgraded Integration Services packages will be stored.
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime