Метод Add (String, String, Object)
Creates a new AdomdRestriction with the specified property name, namespace, and value.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function Add ( _
propertyName As String, _
propertyNamespace As String, _
value As Object _
) As AdomdRestriction
'Применение
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
Параметры
- propertyName
Тип: System. . :: . .String
The name of the AdomdRestriction to be created.
- propertyNamespace
Тип: System. . :: . .String
The namespace of the AdomdRestriction to be created.
- value
Тип: System. . :: . .Object
The value of the AdomdRestriction to be created.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdRestriction
An AdomdRestriction.