Proprietà XmlReadProperty.Table

Gets the string value of 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 ReadOnly Property Table As String 
    Get
'Utilizzo
Dim instance As XmlReadProperty 
Dim value As String 

value = instance.Table
public string Table { get; }
public:
property String^ Table {
    String^ get ();
}
member Table : string
function get Table () : String

Valore proprietà

Tipo: System.String
A string that represents the table.

Vedere anche

Riferimento

XmlReadProperty Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc