SyncSchema.SchemaDataSet Property
Gets or sets a DataSet object that contains schema information for one or more tables.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property SchemaDataSet As DataSet
public DataSet SchemaDataSet { get; set; }
public:
property DataSet^ SchemaDataSet {
DataSet^ get ();
void set (DataSet^ value);
}
/** @property */
public DataSet get_SchemaDataSet ()
/** @property */
public void set_SchemaDataSet (DataSet value)
public function get SchemaDataSet () : DataSet
public function set SchemaDataSet (value : DataSet)
Property Value
A DataSet object that contains schema information.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncSchema Class
SyncSchema Members
Microsoft.Synchronization.Data Namespace