Compartir a través de


Properties Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
<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 de la propiedad

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