다음을 통해 공유


NewServerStorage 메서드

원본 또는 업그레이드된 Integration Services 패키지를 저장할 새 Integration Services 패키지 저장소를 만듭니다.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
Public Shared Function NewServerStorage ( _
    host As String _
) As StorageInfo
‘사용 방법
Dim host As String
Dim returnValue As StorageInfo

returnValue = StorageInfo.NewServerStorage(host)
public static StorageInfo NewServerStorage(
    string host
)
public:
static StorageInfo^ NewServerStorage(
    String^ host
)
static member NewServerStorage : 
        host:string -> StorageInfo 
public static function NewServerStorage(
    host : String
) : StorageInfo

매개 변수

반환 값

형식: Microsoft.SqlServer.Dts.Runtime. . :: . .StorageInfo
새로 만든 패키지 저장소를 지정하는 StorageInfo 개체입니다.