RowBinding.TableID Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o identificador da tabela para o RowBinding.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string TableID { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.TableID : string with get, set
Public Property TableID As String
Valor da propriedade
Uma Cadeia de Caracteres com a TableId da tabela.
- Atributos