Compartilhar via


Método AdomdPropertyCollection.Add (String, String, Object)

Creates a new AdomdProperty with the specified property name, namespace, and value.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public Function Add ( _
    propertyName As String, _
    propertyNamespace As String, _
    value As Object _
) As AdomdProperty
'Uso
Dim instance As AdomdPropertyCollection 
Dim propertyName As String 
Dim propertyNamespace As String 
Dim value As Object 
Dim returnValue As AdomdProperty 

returnValue = instance.Add(propertyName, _
    propertyNamespace, value)
public AdomdProperty Add(
    string propertyName,
    string propertyNamespace,
    Object value
)
public:
AdomdProperty^ Add(
    String^ propertyName, 
    String^ propertyNamespace, 
    Object^ value
)
member Add : 
        propertyName:string * 
        propertyNamespace:string * 
        value:Object -> AdomdProperty
public function Add(
    propertyName : String, 
    propertyNamespace : String, 
    value : Object
) : AdomdProperty

Parâmetros

Valor de retorno

Tipo: Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The ADO multidimensional property.

Consulte também

Referência

AdomdPropertyCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices.AdomdClient