Compartir a través de


Clase StorageInfo

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Class StorageInfo
'Uso
Dim instance As StorageInfo
public class StorageInfo
public ref class StorageInfo
type StorageInfo =  class end
public class StorageInfo

El tipo StorageInfo expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Host Gets the name of the server on which either the original or the upgraded Integration Services packages are stored.
Propiedad 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.
Propiedad 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.
Propiedad pública Type Gets the type of storage that is used for either the original Integration Services packages or the upgraded packages.
Propiedad 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.

Arriba

Métodos

  Nombre Descripción
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 (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método públicoMiembro 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úblicoMiembro estático NewServerStorage Creates a new Integration Services package store in which the original or the upgraded Integration Services packages.
Método públicoMiembro 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 (Se hereda de Object.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.