Freigeben über


SqlPropertyLink.Table-Eigenschaft

Gets or sets the joined table name. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public Property Table As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

SqlPropertyLink Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace