Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Creates a new AdomdRestriction with the specified property name, namespace, and value.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintaxis
'Declaración
Public Function Add ( _
propertyName As String, _
propertyNamespace As String, _
value As Object _
) As AdomdRestriction
public AdomdRestriction Add (
string propertyName,
string propertyNamespace,
Object value
)
public:
AdomdRestriction^ Add (
String^ propertyName,
String^ propertyNamespace,
Object^ value
)
public AdomdRestriction Add (
String propertyName,
String propertyNamespace,
Object value
)
public function Add (
propertyName : String,
propertyNamespace : String,
value : Object
) : AdomdRestriction
Parámetros
- propertyName
The name of the AdomdRestriction to be created.
- propertyNamespace
The namespace of the AdomdRestriction to be created.
- value
The value of the AdomdRestriction to be created.
Valor devuelto
An AdomdRestriction.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
AdomdRestrictionCollection Class
AdomdRestrictionCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace