Поделиться через


Конструктор AdomdRestriction (String, Object)

Initializes a new instance of the AdomdRestriction class using name and value parameters.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public Sub New ( _
    name As String, _
    restrictionValue As Object _
)
'Применение
Dim name As String 
Dim restrictionValue As Object 

Dim instance As New AdomdRestriction(name, restrictionValue)
public AdomdRestriction(
    string name,
    Object restrictionValue
)
public:
AdomdRestriction(
    String^ name, 
    Object^ restrictionValue
)
new : 
        name:string * 
        restrictionValue:Object -> AdomdRestriction
public function AdomdRestriction(
    name : String, 
    restrictionValue : Object
)

Параметры

  • restrictionValue
    Тип: System.Object
    The value of the restriction.

См. также

Справочник

AdomdRestriction Класс

Перегрузка AdomdRestriction

Пространство имен Microsoft.AnalysisServices.AdomdClient