Udostępnij za pośrednictwem


SyncDataColumnCollection.Item Property

Gets or sets a column name in the collection at the specified index.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As String
'Usage
Dim instance As SyncDataColumnCollection
Dim index As Integer
Dim value As String

value = instance(index)

instance(index) = value
public string this [
    int index
] { get; set; }
public:
property String^ default [int] {
    String^ get (int index);
    void set (int index, String^ value);
}
/** @property */
public String get_Item (int index)

/** @property */
public void set_Item (int index, String value)

Parameters

Property Value

The name of the column at the specified index in the collection; otherwise a null value if the column does not exist.

See Also

Reference

SyncDataColumnCollection Class
SyncDataColumnCollection Members
Microsoft.Synchronization.Data.Server Namespace