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 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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.