DataBus::Count Property

 

Gets the number of data in a data bus.

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

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The integer that represents the data in a data bus.

Return to top
Show: