Freigeben über


StorageInfo-Klasse

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

Vererbungshierarchie

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

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

Syntax

'Declaration
Public Class StorageInfo
'Usage
Dim instance As StorageInfo
public class StorageInfo
public ref class StorageInfo
type StorageInfo =  class end
public class StorageInfo

Der StorageInfo-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode EnumeratePackagePaths Returns a list of paths for the upgraded Integration Services packages in a given folder.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche MethodeStatisches Element NewFileStorage Creates a new location on the file system in which the original or the upgraded packages will be stored.
Öffentliche MethodeStatisches Element NewServerStorage Creates a new Integration Services package store in which the original or the upgraded Integration Services packages.
Öffentliche MethodeStatisches Element NewSqlStorage Creates a new Microsoft SQL Server database in which the original or the upgraded Integration Services packages will be stored.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.