DataBus::IsSynchronized Property

 

Gets a value indicating whether the data in a DataBus control is synchronized.

Namespace:   Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public:
property bool IsSynchronized {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if the data in a DataBus is synchronized; otherwise, false.

Return to top
Show: