Type Propiedad
Gets the type of storage that is used for either the original Integration Services packages or the upgraded packages.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public ReadOnly Property Type As StorageType
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .StorageType
A StorageType value that specifies the type of storage for the packages.