XmlReadPropertyLink.ExpressionIsForTableName Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property ExpressionIsForTableName As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
true if the attribute expression is for the actual table name; otherwise, false.