Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an instance of an AdomdPropertyCollection class that contains the properties associated with the AdomdCommand.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Properties As AdomdPropertyCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection
An AdomdPropertyCollection that contains the properties associated with the AdomdCommand.