ServerPropertyCollection.Count Property
Applies To: SQL Server (starting with 2016)
Gets the number of ServerProperty objects in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public int Count { get; }
public:
property int Count {
virtual int get() sealed;
}
abstract Count : int with get
override Count : int with get
Public ReadOnly Property Count As Integer
Property Value
Type: System.Int32
The number of ServerProperty objects in the collection.
Implements
See Also
ServerPropertyCollection Class
Microsoft.AnalysisServices Namespace
Return to top