共用方式為


Index 欄位

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public Index As Integer
'用途
Dim instance As DTS_MANAGED_PROPERTY
Dim value As Integer

value = instance.Index

instance.Index = value
public int Index
public:
int Index
val mutable Index: int
public var Index : int