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、それ以外の場合は false です。