Propriedade Properties
Gets a PropertyCollection that contains the properties associated with the Member.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property Properties As PropertyCollection
Get
'Uso
Dim instance As Member
Dim value As PropertyCollection
value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .PropertyCollection
A PropertyCollection that contains the properties associated with the member.
Comentários
If the Member is populated by CellSet, GetChildren, or GetMembers, this property is always Empty until FetchAllProperties is called.
Consulte também