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