Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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