Partager via


Propriété Table

Gets or sets the joined table name. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property Table As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String
A string that represents the joined table name.