StorageInfo.Type 属性

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

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public ReadOnly Property Type As StorageType 
    Get
用法
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

属性值

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

请参阅

参考

StorageInfo 类

Microsoft.SqlServer.Dts.Runtime 命名空间