Свойство XmlReadPropertyLink.ExpressionIsForTableName
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property ExpressionIsForTableName As Boolean
Get
'Применение
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
Значение свойства
Тип: System.Boolean
true if the attribute expression is for the actual table name; otherwise, false.