다음을 통해 공유


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