StorageInfo.NewServerStorage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new Integration Services package store in which the original or the upgraded Integration Services packages.
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
Parameters
- host
- String
The name of the server on which the new package store will be created.
Returns
A StorageInfo object that specifies the newly created package store.