ColumnBinding.TableID Propiedad
Gets or sets the TableId of the ColumnBinding.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property TableID As String
Get
Set
'Uso
Dim instance As ColumnBinding
Dim value As String
value = instance.TableID
instance.TableID = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")]
public string TableID { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ TableID {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")>]
member TableID : string with get, set
function get TableID () : String
function set TableID (value : String)
Valor de la propiedad
Tipo: System.String
A String with the TableId of the ColumnBinding.