Proprietà Table
Gets or sets the joined table name. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Property Table As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
A string that represents the joined table name.
Vedere anche