Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the columns of the underlying data with their binding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Columns As BindingCollection
Get
'Usage
Dim instance As DrillThroughAction
Dim value As BindingCollection
value = instance.Columns
[BrowsableAttribute(false)]
public BindingCollection Columns { get; }
[BrowsableAttribute(false)]
public:
property BindingCollection^ Columns {
BindingCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Columns : BindingCollection
function get Columns () : BindingCollection
Property Value
Type: Microsoft.AnalysisServices.BindingCollection
The columns of the underlying data with their binding.