Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Adds a SyncSchemaColumn object with the specified column name to the end of the collection.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Function Add ( _
columnName As String _
) As SyncSchemaColumn
'Usage
Dim instance As SyncSchemaColumns
Dim columnName As String
Dim returnValue As SyncSchemaColumn
returnValue = instance.Add(columnName)
public SyncSchemaColumn Add(
string columnName
)
public:
SyncSchemaColumn^ Add(
String^ columnName
)
member Add :
columnName:string -> SyncSchemaColumn
public function Add(
columnName : String
) : SyncSchemaColumn
Parameters
- columnName
Type: System.String
The name of the column to add to the SyncSchemaColumn collection.
Return Value
Type: Microsoft.Synchronization.Data.SyncSchemaColumn
The SyncSchemaColumn object that was added to the collection.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | columnName is a null reference (Nothing in Visual Basic). |