Proprietà MainTable
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 MainTable As String
Get
'Utilizzo
Dim instance As XmlReadSettings
Dim value As String
value = instance.MainTable
public string MainTable { get; }
public:
property String^ MainTable {
String^ get ();
}
member MainTable : string
function get MainTable () : String
Valore proprietà
Tipo: System. . :: . .String
The attribute main table.
Vedere anche