Propriedade do RDL SqlPropertyLink.Table
Gets or sets the joined 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 Property Table As String
Get
Set
'Uso
Dim instance As SqlPropertyLink
Dim value As String
value = instance.Table
instance.Table = value
public string Table { get; set; }
public:
property String^ Table {
String^ get ();
void set (String^ value);
}
member Table : string with get, set
function get Table () : String
function set Table (value : String)
Valor da propriedade
Tipo: System.String
A string that represents the joined table name.