다음을 통해 공유


StorageInfo.NewServerStorage(String) 메서드

정의

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

public:
 static Microsoft::SqlServer::Dts::Runtime::StorageInfo ^ NewServerStorage(System::String ^ host);
public static Microsoft.SqlServer.Dts.Runtime.StorageInfo NewServerStorage (string host);
static member NewServerStorage : string -> Microsoft.SqlServer.Dts.Runtime.StorageInfo
Public Shared Function NewServerStorage (host As String) As StorageInfo

매개 변수

host
String

새 패키지 저장소를 만들 서버의 이름입니다.

반환

새로 만든 패키지 저장소를 지정하는 StorageInfo 개체입니다.

적용 대상