Compartilhar via


Propriedade do RDL AdomdCommand.Properties

Gets an instance of an AdomdPropertyCollection class that contains the properties associated with the AdomdCommand.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Properties As AdomdPropertyCollection 
    Get
'Uso
Dim instance As AdomdCommand 
Dim value As AdomdPropertyCollection 

value = instance.Properties
[BrowsableAttribute(false)]
public AdomdPropertyCollection Properties { get; }
[BrowsableAttribute(false)]
public:
property AdomdPropertyCollection^ Properties {
    AdomdPropertyCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Properties : AdomdPropertyCollection
function get Properties () : AdomdPropertyCollection

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection
An AdomdPropertyCollection that contains the properties associated with the AdomdCommand.

Consulte também

Referência

AdomdCommand Classe

Namespace Microsoft.AnalysisServices.AdomdClient