NewFileStorage 方法
在文件系统上创建将存储原始或升级的 包的新位置。
命名空间: 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
指定文件系统位置的一个 StorageInfo 对象。