Partager via


Propriété StorageInfo.Type

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Type As StorageType 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.StorageType
A StorageType value that specifies the type of storage for the packages.

Voir aussi

Référence

StorageInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime