SqlPropertyLink.Table Propiedad
Gets or sets the joined table name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
A string that represents the joined table name.