Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the current partition bindings to the data.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<EditorAttribute("Microsoft.AnalysisServices.Design.PartitionSourcePropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<XmlElementAttribute(IsNullable:=False)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")> _
<MergablePropertyAttribute(False)> _
Public Property Source As TabularBinding
[EditorAttribute("Microsoft.AnalysisServices.Design.PartitionSourcePropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[XmlElementAttribute(IsNullable=false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")]
[MergablePropertyAttribute(false)]
public TabularBinding Source { get; set; }
[EditorAttribute(L"Microsoft.AnalysisServices.Design.PartitionSourcePropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[XmlElementAttribute(IsNullable=false)]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")]
[MergablePropertyAttribute(false)]
public:
property TabularBinding^ Source {
TabularBinding^ get ();
void set (TabularBinding^ value);
}
/** @property */
public TabularBinding get_Source ()
/** @property */
public void set_Source (TabularBinding value)
public function get Source () : TabularBinding
public function set Source (value : TabularBinding)
Valeur de propriété
A TabularBinding object.
Notes
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.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Partition Class
Partition Members
Microsoft.AnalysisServices Namespace