Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.