Partager via


Constructeur AdomdRestriction (String, Object)

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String, _
    restrictionValue As Object _
)
'Utilisation
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
)

Paramètres

  • restrictionValue
    Type : System.Object
    The value of the restriction.

Voir aussi

Référence

AdomdRestriction Classe

Surcharge AdomdRestriction

Espace de noms Microsoft.AnalysisServices.AdomdClient