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