Compartilhar via


Método StorageInfo.NewFileStorage

Creates a new location on the file system in which the original or the upgraded packages will be stored.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Shared Function NewFileStorage As StorageInfo
'Uso
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

Valor de retorno

Tipo: Microsoft.SqlServer.Dts.Runtime.StorageInfo
A StorageInfo object that specifies the file system location.

Consulte também

Referência

StorageInfo Classe

Namespace Microsoft.SqlServer.Dts.Runtime