StorageInfo.NewServerStorage(String) Method

Definition

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.

Applies to