共用方式為


Type 屬性

取得用於原始 Integration Services 封裝或升級封裝的儲存類型。

命名空間:  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
指定封裝之儲存類型的 StorageType 值。