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