Método AdomdRestrictionCollection.Add (String, Object)
Creates a new AdomdRestriction with the specified property name and value.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public Function Add ( _
propertyName As String, _
value As Object _
) As AdomdRestriction
'Uso
Dim instance As AdomdRestrictionCollection
Dim propertyName As String
Dim value As Object
Dim returnValue As AdomdRestriction
returnValue = instance.Add(propertyName, _
value)
public AdomdRestriction Add(
string propertyName,
Object value
)
public:
AdomdRestriction^ Add(
String^ propertyName,
Object^ value
)
member Add :
propertyName:string *
value:Object -> AdomdRestriction
public function Add(
propertyName : String,
value : Object
) : AdomdRestriction
Parâmetros
- propertyName
Tipo: System.String
The name of the AdomdRestriction to be created.
- value
Tipo: System.Object
The value of the AdomdRestriction to be created.
Valor de retorno
Tipo: Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
An AdomdRestriction class.