Share via


SqlCeSyncTableProvisioningCollection.Item Property (String)

Gets a SqlCeSyncTableProvisioning object with the specified name from the collection.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    globalTableName As String _
) As SqlCeSyncTableProvisioning
    Get
'Usage
Dim instance As SqlCeSyncTableProvisioningCollection
Dim globalTableName As String
Dim value As SqlCeSyncTableProvisioning

value = instance(globalTableName)
public SqlCeSyncTableProvisioning this[
    string globalTableName
] { get; }
public:
property SqlCeSyncTableProvisioning^ default[String^ globalTableName] {
    SqlCeSyncTableProvisioning^ get (String^ globalTableName);
}
member Item : SqlCeSyncTableProvisioning
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • globalTableName
    Type: System.String
    The name of the table to add to the collection.

Property Value

Type: Microsoft.Synchronization.Data.SqlServerCe.SqlCeSyncTableProvisioning
A SqlCeSyncTableProvisioning object.

Exceptions

Exception Condition
ArgumentException

globalTableName is a null reference (Nothing in Visual Basic).

See Also

Reference

SqlCeSyncTableProvisioningCollection Class

Item Overload

Microsoft.Synchronization.Data.SqlServerCe Namespace