AdomdParameterCollection.Count 屬性
Gets the number of AdomdParameter objects in the AdomdParameterCollection collection.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
Get
'用途
Dim instance As AdomdParameterCollection
Dim value As Integer
value = instance.Count
[BrowsableAttribute(false)]
public int Count { get; }
[BrowsableAttribute(false)]
public:
virtual property int Count {
int get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Count : int
[<BrowsableAttribute(false)>]
override Count : int
final function get Count () : int
屬性值
型別:System.Int32
The number of AdomdParameter objects in the AdomdParameterCollection collection.