共用方式為


WssSettingsDataSet.WssAdminDataTable.Item 屬性

在WssAdminDataTable,而資料列在指定索引中取得資料列。

命名空間:  WebSvcWssInterop
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
Public ReadOnly Property Item ( _
    index As Integer _
) As WssSettingsDataSet.WssAdminRow
    Get
'用途
Dim instance As WssSettingsDataSet.WssAdminDataTable
Dim index As Integer
Dim value As WssSettingsDataSet.WssAdminRow

value = instance.Item(index)
public WssSettingsDataSet.WssAdminRow this[
    int index
] { get; }

參數

屬性值

類型:WebSvcWssInterop.WssSettingsDataSet.WssAdminRow

請參閱

參照

WssSettingsDataSet.WssAdminDataTable 類別

WssSettingsDataSet.WssAdminDataTable 成員

WebSvcWssInterop 命名空間