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 네임스페이스