Source Propiedad
Gets or sets the current partition bindings to the data.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Source As TabularBinding
Get
Set
'Uso
Dim instance As Partition
Dim value As TabularBinding
value = instance.Source
instance.Source = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")]
public TabularBinding Source { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property TabularBinding^ Source {
TabularBinding^ get ();
void set (TabularBinding^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")>]
member Source : TabularBinding with get, set
function get Source () : TabularBinding
function set Source (value : TabularBinding)
Valor de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .TabularBinding
A TabularBinding object.
Comentarios
Source defines the binding for the partition by specifying one or more data sources, tables, and filters. This allows overrides to the defaults specified on the measure group.