共用方式為


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 命名空間