Méthode Add (String, String, Object)
Creates a new AdomdProperty with the specified property name, namespace, and value.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Function Add ( _
propertyName As String, _
propertyNamespace As String, _
value As Object _
) As AdomdProperty
'Utilisation
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
Paramètres
- propertyName
Type : System. . :: . .String
The name of the AdomdProperty to be created.
- propertyNamespace
Type : System. . :: . .String
The namespace of the AdomdProperty to be created.
- value
Type : System. . :: . .Object
The value of the AdomdProperty to be created.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdProperty
An AdomdProperty.