StorageInfo.Type Property
Gets the type of storage that is used for either the original Integration Services packages or the upgraded packages.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
Public ReadOnly Property Type As StorageType
public StorageType Type { get; }
public:
property StorageType Type {
StorageType get ();
}
/** @property */
public StorageType get_Type ()
public function get Type () : StorageType
Property Value
A StorageType value that specifies the type of storage for the packages.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.