Метод NewFileStorage
Creates a new location on the file system in which the original or the upgraded packages will be stored.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Shared Function NewFileStorage As StorageInfo
'Применение
Dim returnValue As StorageInfo
returnValue = StorageInfo.NewFileStorage()
public static StorageInfo NewFileStorage()
public:
static StorageInfo^ NewFileStorage()
static member NewFileStorage : unit -> StorageInfo
public static function NewFileStorage() : StorageInfo
Возвращаемое значение
Тип: Microsoft.SqlServer.Dts.Runtime. . :: . .StorageInfo
A StorageInfo object that specifies the file system location.