StorageInfo.Type Property

Definition

Gets the type of storage that is used for either the original Integration Services packages or the upgraded packages.

public:
 property Microsoft::SqlServer::Dts::Runtime::StorageType Type { Microsoft::SqlServer::Dts::Runtime::StorageType get(); };
public Microsoft.SqlServer.Dts.Runtime.StorageType Type { get; }
member this.Type : Microsoft.SqlServer.Dts.Runtime.StorageType
Public ReadOnly Property Type As StorageType

Property Value

A StorageType value that specifies the type of storage for the packages.

Applies to