Share via


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.