StorageInfo 类
Provides information about the storage ___location for either the original or the upgraded Integration Services packages.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..StorageInfo
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Class StorageInfo
用法
Dim instance As StorageInfo
public class StorageInfo
public ref class StorageInfo
type StorageInfo = class end
public class StorageInfo
StorageInfo 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Host | Gets the name of the server on which either the original or the upgraded Integration Services packages are stored. |
![]() |
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. |
![]() |
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. |
![]() |
Type | Gets the type of storage that is used for either the original Integration Services packages or the upgraded packages. |
![]() |
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. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
EnumeratePackagePaths | Returns a list of paths for the upgraded Integration Services packages in a given folder. |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() ![]() |
NewFileStorage | Creates a new ___location on the file system in which the original or the upgraded packages will be stored. |
![]() ![]() |
NewServerStorage | Creates a new Integration Services package store in which the original or the upgraded Integration Services packages. |
![]() ![]() |
NewSqlStorage | Creates a new Microsoft SQL Server database in which the original or the upgraded Integration Services packages will be stored. |
![]() |
ToString | (从 Object 继承。) |
页首
注释
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.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。