SqlSyncTableProvisioningCollection::Item Property (String)

An indexer property that gets a SqlSyncTableProvisioning object with the specified table name from the collection.

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

public:
property SqlSyncTableProvisioning^ default[String^ globalTableName] {
	SqlSyncTableProvisioning^ get (String^ globalTableName);
}

Parameters

globalTableName
Type: System::String
The name of the table to look up.

Property Value

Type: Microsoft.Synchronization.Data.SqlServer::SqlSyncTableProvisioning
The SqlSyncTableProvisioning object associated with globalTableName. Returns nullptr if the specified table name is not found.

ExceptionCondition
ArgumentException

globalTableName is nullptr or empty.

Show: