Compartir a través de


PivotedTableSource.TableSource (Propiedad)

Obtiene o establece el origen de la tabla.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property TableSource As TableSource
    Get
    Set
public TableSource TableSource { get; set; }
public:
property TableSource^ TableSource {
    TableSource^ get ();
    void set (TableSource^ value);
}
member TableSource : TableSource with get, set
function get TableSource () : TableSource
function set TableSource (value : TableSource)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TableSource

Seguridad de .NET Framework

Vea también

Referencia

PivotedTableSource Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)