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.