StorageInfo 类
为原始或升级的 Integration Services 包提供有关存储位置的信息。
继承层次结构
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 | 获取用于存储原始或升级的 Integration Services 包的服务器的名称。 | 
![]()  | 
RootFolder | 获取或设置一个文件夹路径,该文件夹包含 Integration Services 在升级前将原始 Integration Services 包备份到的子文件夹。 | 
![]()  | 
ServerPassword | 获取 SQL Server 身份验证连接到存储原始或升级的 Integration Services 包的 SQL Server 数据库所需的密码。 | 
![]()  | 
Type | 获取用于原始 Integration Services 包或升级包的存储的类型。 | 
![]()  | 
Username | 获取 SQL Server 身份验证连接到存储原始或升级的 Integration Services 包的 SQL Server 数据库所需的用户名。 | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
![]()  | 
EnumeratePackagePaths | 返回给定文件夹中升级的 Integration Services 序包的路径列表。 | 
![]()  | 
Equals | (从 Object 继承。) | 
![]()  | 
Finalize | (从 Object 继承。) | 
![]()  | 
GetHashCode | (从 Object 继承。) | 
![]()  | 
GetType | (从 Object 继承。) | 
![]()  | 
MemberwiseClone | (从 Object 继承。) | 
![]() ![]()  | 
NewFileStorage | 在文件系统上创建将存储原始或升级的 包的新位置。 | 
![]() ![]()  | 
NewServerStorage | 创建一个新的 Integration Services 包存储区,其中将包含原始或升级的 Integration Services 包。 | 
![]() ![]()  | 
NewSqlStorage | 创建一个新的 MicrosoftSQL Server 数据库,其中将存储原始或升级的 Integration Services 包。 | 
![]()  | 
ToString | (从 Object 继承。) | 
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。
.gif)
.gif)
.gif)
.gif)