Condividi tramite


Proprietà XmlReadPropertyLink.ExpressionIsForTableName

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 ExpressionIsForTableName As Boolean 
    Get
'Utilizzo
Dim instance As XmlReadPropertyLink 
Dim value As Boolean 

value = instance.ExpressionIsForTableName
public bool ExpressionIsForTableName { get; }
public:
property bool ExpressionIsForTableName {
    bool get ();
}
member ExpressionIsForTableName : bool
function get ExpressionIsForTableName () : boolean

Valore proprietà

Tipo: System.Boolean
true if the attribute expression is for the actual table name; otherwise, false.

Vedere anche

Riferimento

XmlReadPropertyLink Classe

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