Dimension.Source Property
Dimension オブジェクトのバインドが行われるソース属性を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
<EditorAttribute("Microsoft.AnalysisServices.Design.DimensionSourcePropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<XmlElementAttribute(IsNullable:=False)> _
<MergablePropertyAttribute(False)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DimensionSourceTypeConverter, Microsoft.AnalysisServices.Design")> _
<ReadOnlyAttribute(True)> _
Public Property Source As Binding
[EditorAttribute("Microsoft.AnalysisServices.Design.DimensionSourcePropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[XmlElementAttribute(IsNullable=false)]
[MergablePropertyAttribute(false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DimensionSourceTypeConverter, Microsoft.AnalysisServices.Design")]
[ReadOnlyAttribute(true)]
public Binding Source { get; set; }
[EditorAttribute(L"Microsoft.AnalysisServices.Design.DimensionSourcePropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[XmlElementAttribute(IsNullable=false)]
[MergablePropertyAttribute(false)]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DimensionSourceTypeConverter, Microsoft.AnalysisServices.Design")]
[ReadOnlyAttribute(true)]
public:
property Binding^ Source {
Binding^ get ();
void set (Binding^ value);
}
/** @property */
public Binding get_Source ()
/** @property */
public void set_Source (Binding value)
public function get Source () : Binding
public function set Source (value : Binding)
プロパティ値
ソース バインドです。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
Dimension Class
Dimension Members
Microsoft.AnalysisServices Namespace