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