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
'Declaration
Public ReadOnly Property Type As StorageType
Get
'Usage
Dim instance As StorageInfo
Dim value As StorageType
value = instance.Type
public StorageType Type { get; }
public:
property StorageType Type {
StorageType get ();
}
member Type : StorageType
function get Type () : StorageType
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.StorageType
A StorageType value that specifies the type of storage for the packages.