StorageInfo.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.

请参阅

参考

StorageInfo 类

Microsoft.SqlServer.Dts.Runtime 命名空间