Partilhar via


Propriedade do RDL XmlReadProperty.Table

Gets the string value of table name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property Table As String 
    Get
'Uso
Dim instance As XmlReadProperty 
Dim value As String 

value = instance.Table
public string Table { get; }
public:
property String^ Table {
    String^ get ();
}
member Table : string
function get Table () : String

Valor da propriedade

Tipo: System.String
A string that represents the table.

Consulte também

Referência

XmlReadProperty Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc