Properties 属性

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

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Properties As AdomdPropertyCollection
    Get
用法
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

属性值

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