Metoda AdomdRestrictionCollection.Add (String, String, Object)
Tworzy nową AdomdRestriction z nazwą określonej właściwość, obszar nazw i wartości.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdClient
Zestaw: Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)
Składnia
'Deklaracja
Public Function Add ( _
propertyName As String, _
propertyNamespace As String, _
value As Object _
) As AdomdRestriction
'Użycie
Dim instance As AdomdRestrictionCollection
Dim propertyName As String
Dim propertyNamespace As String
Dim value As Object
Dim returnValue As AdomdRestriction
returnValue = instance.Add(propertyName, _
propertyNamespace, value)
public AdomdRestriction Add(
string propertyName,
string propertyNamespace,
Object value
)
public:
AdomdRestriction^ Add(
String^ propertyName,
String^ propertyNamespace,
Object^ value
)
member Add :
propertyName:string *
propertyNamespace:string *
value:Object -> AdomdRestriction
public function Add(
propertyName : String,
propertyNamespace : String,
value : Object
) : AdomdRestriction
Parametry
- propertyName
Typ: System.String
Nazwa AdomdRestriction do utworzenia.
- propertyNamespace
Typ: System.String
Obszar nazw AdomdRestriction do utworzenia.
- value
Typ: System.Object
Wartość AdomdRestriction do utworzenia.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
An AdomdRestriction.