Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a DbSyncColumnDescription object with the specified name from the collection.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
columnName As String _
) As DbSyncColumnDescription
'Usage
Dim instance As DbSyncColumnDescriptionCollection
Dim columnName As String
Dim value As DbSyncColumnDescription
value = instance(columnName)
public DbSyncColumnDescription this [
string columnName
] { get; }
public:
property DbSyncColumnDescription^ default [String^] {
DbSyncColumnDescription^ get (String^ columnName);
}
/** @property */
public DbSyncColumnDescription get_Item (String columnName)
Parameters
- columnName
The name of the column to add to the collection.
Property Value
A DbSyncColumnDescription object.
See Also
Reference
DbSyncColumnDescriptionCollection Class
DbSyncColumnDescriptionCollection Members
Microsoft.Synchronization.Data Namespace