Поделиться через


Метод StorageInfo.NewServerStorage

Creates a new Службы Integration Services package store in which the original or the upgraded packages.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
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

Параметры

  • host
    Тип: System.String
    The name of the server on which the new package store will be created.

Возвращаемое значение

Тип: Microsoft.SqlServer.Dts.Runtime.StorageInfo
A StorageInfo object that specifies the newly created package store.

См. также

Справочник

StorageInfo Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime