StorageInfo.NewServerStorage Method
Creates a new Integration Services package store in which the original or the upgraded Integration Services packages.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
Public Shared Function NewServerStorage ( _
host As String _
) As StorageInfo
public static StorageInfo NewServerStorage (
string host
)
public:
static StorageInfo^ NewServerStorage (
String^ host
)
public static StorageInfo NewServerStorage (
String host
)
public static function NewServerStorage (
host : String
) : StorageInfo
Parameters
- host
The name of the server on which the new package store will be created.
Return Value
A StorageInfo object that specifies the newly created package store.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.