Propriété XmlReadPropertyLink.ExpressionIsForTableName
Ne faites pas directement référence à 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 ReadOnly Property ExpressionIsForTableName As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the attribute expression is for the actual table name; otherwise, false.